TArray::Pop

Pops element from the array.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Array.h

Include

#include "Containers/Array.h"

Syntax

ElementType Pop
(
    bool bAllowShrinking
)

Remarks

Pops element from the array.

Returns

Popped element.

Parameters

Parameter

Description

bAllowShrinking

If this call allows shrinking of the array during element remove.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss