Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
void SetNum
&40;
SizeType NewNum,
bool bAllowShrinking
&41;
Remarks
Resizes array to given number of elements.
Parameters
| Name | Description |
|---|---|
| NewNum | New size of the array. |
| bAllowShrinking | Tell if this function can shrink the memory in-use if suitable. |