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 SetNumUnsafeInternal
&40;
SizeType NewNum
&41;
Remarks
Does nothing except setting the new number of elements in the array. Does not destruct items, does not de-allocate memory.
Parameters
| Name | Description |
|---|---|
| NewNum | New number of elements in the array, must be <= the current number of elements in the array. |