Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPagedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Pop
(
EAllowShrinking AllowShrinking |
Removes the last element in the container. | Containers/PagedArray.h | |
void Pop
(
bool bAllowShrinking |
Containers/PagedArray.h |
Pop(EAllowShrinking)
Description
Removes the last element in the container.
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
void Pop
(
EAllowShrinking AllowShrinking
)
Pop(bool)
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
void Pop
(
bool bAllowShrinking
)