operator=

Overload list

Windows
MacOS
Linux
Name Description

Public function

TSet &

 

operator=

(
    const TSet& Copy
)

Assignment operator.

Public function

TSet &

 

operator=

(
    TSet&& Other
)

Move assignment operator.

Public function

TSet &

 

operator=

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

Assignment operator for moving elements from a TSet with a different SetAllocator

Public function

TSet &

 

operator=

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

Assignment operator for copying elements from a TSet with a different SetAllocator

Public function

TSet &

 

operator=

(
    std::initializer_list< ElementType ...
)

Initializer list assignment operator

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