Ark Server API (ASA) - Wiki
|
#include <UE.h>
Public Types | |
enum | { ElementsPerChunk = 64 * 1024 } |
Public Member Functions | |
FUObjectItem & | GetByIndex (int Index) |
FUObjectItem * | GetObjectPtr (int Index) |
Public Attributes | |
FUObjectItem ** | Objects |
FUObjectItem * | PreAllocatedObjects |
int | MaxElements |
int | NumElements |
int | MaxChunks |
int | NumChunks |
|
inline |
|
inline |
FUObjectItem** FChunkedFixedUObjectArray::Objects |
FUObjectItem* FChunkedFixedUObjectArray::PreAllocatedObjects |