Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FChunkedFixedUObjectArray
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h |
Include | #include "UObject/UObjectArray.h" |
void PreAllocate
&40;
int32 InMaxElements,
bool bPreAllocateChunks
&41;
Remarks
Expands the array so that Element[Index] is allocated. New pointers are all zero.
Parameters
Name | Description |
---|---|
Index | The Index of an element we want to be sure is allocated |