TSet

Overload list

Windows
MacOS
Linux
Name Description

Public function

TSet()

Initialization constructor.

Public function

TSet

(
    const TSet& Copy
)

Copy constructor.

Public function

TSet

(
    const TArray< ElementType >& InArr...
)

Public function

TSet

(
    TArray< ElementType >&& InArray
)

Public function

TSet

(
    std::initializer_list< ElementType ...
)

Initializer list constructor.

Public function

TSet

(
    TSet&& Other
)

Move constructor.

Public function

TSet

(
    TSet< ElementType, KeyFuncs, OtherA...
)

Constructor for moving elements from a TSet with a different SetAllocator

Public function

TSet

(
    const TSet< ElementType, KeyFuncs, ...
)

Constructor for copying elements from a TSet with a different SetAllocator

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