TArray

Overload list

Windows
MacOS
Linux
Name Description

Public function

TArray()

Constructor, initializes element number counters.

Public function

TArray

(
    TArray< OtherElementType, Allocator...,
    SizeType ExtraSlack
)

Move constructor.

Public function

TArray

(
    const TArrayView< OtherElementType,...
)

Public function

TArray

(
    std::initializer_list< InElementTyp...
)

Initializer list constructor

Public function

TArray

(
    const TArray< OtherElementType, Oth...
)

Copy constructor with changed allocator. Use the common routine to perform the copy.

Public function

TArray

(
    const TArray& Other
)

Copy constructor. Use the common routine to perform the copy.

Public function

TArray

(
    TArray&& Other
)

Move constructor.

Public function

TArray

(
    TArray< OtherElementType, OtherAllo...
)

Move constructor.

Public function

TArray

(
    const ElementType* Ptr,
    SizeType Count
)

Constructor from a raw array of elements.

Public function

TArray

(
    const TArray& Other,
    SizeType ExtraSlack
)

Copy constructor. Use the common routine to perform the copy.

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