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" |
template<typename ET>
TEnableIf<&33;TIsAbstract< ET >::Value, ElementType >::Type Pop
&40;
bool bAllowShrinking
&41;
Remarks
Pops element from the array. Popped element.
Parameters
| Name | Description |
|---|---|
| bAllowShrinking | If this call allows shrinking of the array during element remove. |