Add

Overload list

Windows
MacOS
Linux
Name Description

Public function

SizeType

 

Add

(
    ElementType&& Item
)

Adds a new item to the end of the array, possibly reallocating the whole array to fit.

Public function

SizeType

 

Add

(
    const ElementType& Item
)

Adds a new item to the end of the array, possibly reallocating the whole array to fit.

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