Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FChunkedFixedUObjectArray Class Reference

#include <GlobalObjectsArray.h>

+ Collaboration diagram for FChunkedFixedUObjectArray:

Public Types

enum  { ElementsPerChunk = 64 * 1024 }
 

Public Member Functions

FUObjectItemGetByIndex (int Index)
 
FUObjectItemGetObjectPtr (int Index)
 

Public Attributes

FUObjectItem ** Objects
 
FUObjectItemPreAllocatedObjects
 
int MaxElements
 
int NumElements
 
int MaxChunks
 
int NumChunks
 

Detailed Description

Definition at line 9 of file GlobalObjectsArray.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ElementsPerChunk 

Definition at line 12 of file GlobalObjectsArray.h.

Member Function Documentation

◆ GetByIndex()

FUObjectItem & FChunkedFixedUObjectArray::GetByIndex ( int Index)
inline

Definition at line 17 of file GlobalObjectsArray.h.

+ Here is the call graph for this function:

◆ GetObjectPtr()

FUObjectItem * FChunkedFixedUObjectArray::GetObjectPtr ( int Index)
inline

Definition at line 22 of file GlobalObjectsArray.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ MaxChunks

int FChunkedFixedUObjectArray::MaxChunks

Definition at line 34 of file GlobalObjectsArray.h.

◆ MaxElements

int FChunkedFixedUObjectArray::MaxElements

Definition at line 32 of file GlobalObjectsArray.h.

◆ NumChunks

int FChunkedFixedUObjectArray::NumChunks

Definition at line 35 of file GlobalObjectsArray.h.

◆ NumElements

int FChunkedFixedUObjectArray::NumElements

Definition at line 33 of file GlobalObjectsArray.h.

◆ Objects

FUObjectItem** FChunkedFixedUObjectArray::Objects

Definition at line 30 of file GlobalObjectsArray.h.

◆ PreAllocatedObjects

FUObjectItem* FChunkedFixedUObjectArray::PreAllocatedObjects

Definition at line 31 of file GlobalObjectsArray.h.


The documentation for this class was generated from the following file: