Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TScriptArray< AllocatorType > Member List

This is the complete list of members for TScriptArray< AllocatorType >, including all inherited members.

Add(int32 Count, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
AddZeroed(int32 Count, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
ArrayMaxTScriptArray< AllocatorType >protected
ArrayNumTScriptArray< AllocatorType >protected
CheckAddress(const void *Addr, int32 NumBytesPerElement) constTScriptArray< AllocatorType >inline
CountBytes(FArchive &Ar, int32 NumBytesPerElement) constTScriptArray< AllocatorType >inline
Empty(int32 Slack, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
GetAllocatedSize(int32 NumBytesPerElement) constTScriptArray< AllocatorType >inline
GetData()TScriptArray< AllocatorType >inline
GetData() constTScriptArray< AllocatorType >inline
GetSlack() constTScriptArray< AllocatorType >inline
Insert(int32 Index, int32 Count, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
InsertZeroed(int32 Index, int32 Count, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
IsEmpty() constTScriptArray< AllocatorType >inline
IsValidIndex(int32 i) constTScriptArray< AllocatorType >inline
MoveAssign(TScriptArray &Other, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
Num() constTScriptArray< AllocatorType >inline
operator=(const TScriptArray &)TScriptArray< AllocatorType >inline
Remove(int32 Index, int32 Count, int32 NumBytesPerElement, uint32 AlignmentOfElement, bool bAllowShrinking=true)TScriptArray< AllocatorType >inline
Reset(int32 NewSize, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
ResizeGrow(int32 OldNum, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inlineprotected
ResizeInit(int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inlineprotected
ResizeShrink(int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inlineprotected
ResizeTo(int32 NewMax, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inlineprotected
SetNumUninitialized(int32 NewNum, int32 NumBytesPerElement, uint32 AlignmentOfElement, bool bAllowShrinking=true)TScriptArray< AllocatorType >inline
Shrink(int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inline
SwapMemory(int32 A, int32 B, int32 NumBytesPerElement)TScriptArray< AllocatorType >inline
TScriptArray()TScriptArray< AllocatorType >inline
TScriptArray(int32 InNum, int32 NumBytesPerElement, uint32 AlignmentOfElement)TScriptArray< AllocatorType >inlineprotected
TScriptArray(const TScriptArray &)TScriptArray< AllocatorType >inline