Ark Server API (ASE) - Wiki
|
Public Attributes | |
int32 | PrevFreeIndex |
int32 | NextFreeIndex |
Definition at line 1041 of file SparseArray.h.
int32 FScriptSparseArray::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 1047 of file SparseArray.h.
int32 FScriptSparseArray::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 1044 of file SparseArray.h.