#include <SparseArray.h>
Definition at line 900 of file SparseArray.h.
◆ FScriptSparseArray() [1/2]
FScriptSparseArray::FScriptSparseArray |
( |
| ) |
|
|
inline |
◆ FScriptSparseArray() [2/2]
◆ AddUninitialized()
Adds an uninitialized object to the array.
- Returns
- The index of the added element.
Definition at line 958 of file SparseArray.h.
◆ CheckConstraints()
static void FScriptSparseArray::CheckConstraints |
( |
| ) |
|
|
inlinestaticprivate |
◆ Empty()
◆ GetData() [1/2]
◆ GetData() [2/2]
◆ GetFreeListLink()
Accessor for the element or free list data.
Definition at line 1051 of file SparseArray.h.
◆ GetMaxIndex()
int32 FScriptSparseArray::GetMaxIndex |
( |
| ) |
const |
|
inline |
◆ GetScriptLayout()
◆ IsValidIndex()
bool FScriptSparseArray::IsValidIndex |
( |
int32 | Index | ) |
const |
|
inline |
◆ Num()
int32 FScriptSparseArray::Num |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ RemoveAtUninitialized()
Removes Count elements from the array, starting from Index, without destructing them.
Definition at line 985 of file SparseArray.h.
◆ AllocationFlags
◆ Data
◆ FirstFreeIndex
int32 FScriptSparseArray::FirstFreeIndex |
|
private |
◆ NumFreeIndices
int32 FScriptSparseArray::NumFreeIndices |
|
private |
The documentation for this class was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/API/UE/Containers/SparseArray.h