Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPagedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetNum
(
SizeType NewNum, |
Resizes array to the parameter number of elements. | Containers/PagedArray.h | |
void SetNum
(
SizeType NewNum, |
Containers/PagedArray.h |
SetNum(SizeType, EAllowShrinking)
Description
Resizes array to the parameter number of elements. The allow shrinking parameter indicates whether the container page allocation can be reduced if possible.
| Name | SetNum |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
void SetNum
(
SizeType NewNum,
EAllowShrinking AllowShrinking
)
SetNum(SizeType, bool)
| Name | SetNum |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
void SetNum
(
SizeType NewNum,
bool bAllowShrinking
)