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 Reset
(
int32 NewSize
)
Remarks
Resets the array to the new given size. It calls the destructors on held items.
Parameters
| Name | Description |
|---|---|
| NewSize | (Optional) The expected usage size after calling this function. Default is 0. |