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

#include <UE.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 961 of file UE.h.

Member Enumeration Documentation

◆ anonymous enum

Enumerator
ElementsPerChunk 

Definition at line 964 of file UE.h.

Member Function Documentation

◆ GetByIndex()

FUObjectItem & FChunkedFixedUObjectArray::GetByIndex ( int Index)
inline

Definition at line 969 of file UE.h.

+ Here is the call graph for this function:

◆ GetObjectPtr()

FUObjectItem * FChunkedFixedUObjectArray::GetObjectPtr ( int Index)
inline

Definition at line 974 of file UE.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ MaxChunks

int FChunkedFixedUObjectArray::MaxChunks

Definition at line 986 of file UE.h.

◆ MaxElements

int FChunkedFixedUObjectArray::MaxElements

Definition at line 984 of file UE.h.

◆ NumChunks

int FChunkedFixedUObjectArray::NumChunks

Definition at line 987 of file UE.h.

◆ NumElements

int FChunkedFixedUObjectArray::NumElements

Definition at line 985 of file UE.h.

◆ Objects

FUObjectItem** FChunkedFixedUObjectArray::Objects

Definition at line 982 of file UE.h.

◆ PreAllocatedObjects

FUObjectItem* FChunkedFixedUObjectArray::PreAllocatedObjects

Definition at line 983 of file UE.h.


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