Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType Pop
(
EAllowShrinking AllowShrinking |
Pops element from the array. | Containers/Array.h | |
ElementType Pop
(
bool bAllowShrinking |
Containers/Array.h |
Pop(EAllowShrinking)
Description
Pops element from the array.
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType Pop
(
EAllowShrinking AllowShrinking
)
Popped element.
Parameters
| Name | Remarks |
|---|---|
| AllowShrinking | (Optional) By default, arrays with large amounts of slack will automatically shrink. Use FNonshrinkingAllocator or pass EAllowShrinking::No to prevent this. |
Pop(bool)
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType Pop
(
bool bAllowShrinking
)