Ark Server API (ASA) - Wiki
|
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 |
ArrayMax | TScriptArray< AllocatorType > | protected |
ArrayNum | TScriptArray< AllocatorType > | protected |
CheckAddress(const void *Addr, int32 NumBytesPerElement) const | TScriptArray< AllocatorType > | inline |
CountBytes(FArchive &Ar, int32 NumBytesPerElement) const | TScriptArray< AllocatorType > | inline |
Empty(int32 Slack, int32 NumBytesPerElement, uint32 AlignmentOfElement) | TScriptArray< AllocatorType > | inline |
GetAllocatedSize(int32 NumBytesPerElement) const | TScriptArray< AllocatorType > | inline |
GetData() | TScriptArray< AllocatorType > | inline |
GetData() const | TScriptArray< AllocatorType > | inline |
GetSlack() const | TScriptArray< 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() const | TScriptArray< AllocatorType > | inline |
IsValidIndex(int32 i) const | TScriptArray< AllocatorType > | inline |
MoveAssign(TScriptArray &Other, int32 NumBytesPerElement, uint32 AlignmentOfElement) | TScriptArray< AllocatorType > | inline |
Num() const | TScriptArray< 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 |