Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TIndirectArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/IndirectArray.h |
| Include | #include "Containers/IndirectArray.h" |
void Reserve
&40;
int32 Number
&41;
Remarks
Reserves memory such that the array can contain at least Number elements.
Parameters
| Name | Description |
|---|---|
| Number | The number of elements that the array should be able to contain after allocation. |