Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TPagedArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include | #include "Containers/PagedArray.h" |
void SetNum
&40;
SizeType NewNum,
bool bAllowShrinking
&41;
Remarks
Resizes array to the parameter number of elements. The allow shrinking parameter indicates whether the container page allocation can be reduced if possible.