Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FFixedUObjectArray
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h |
| Include | #include "UObject/UObjectArray.h" |
void PreAllocate
(
int32 InMaxElements
)
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 |