Ark Server API (ASA) - Wiki
|
Public Attributes | |
int32 | PrevFreeIndex |
int32 | NextFreeIndex |
Definition at line 1425 of file SparseArray.h.
int32 TScriptSparseArray< AllocatorType, InDerivedType >::FFreeListLink::NextFreeIndex |
If the element isn't allocated, this is a link to the next element in the array's free list.
Definition at line 1431 of file SparseArray.h.
int32 TScriptSparseArray< AllocatorType, InDerivedType >::FFreeListLink::PrevFreeIndex |
If the element isn't allocated, this is a link to the previous element in the array's free list.
Definition at line 1428 of file SparseArray.h.