operator=

Overload list

Windows
MacOS
Linux
Name Description

Public function

TMap &

 

operator=

(
    TMap&&
)

Public function

TMap &

 

operator=

(
    const TMap&
)

Public function

TMap &

 

operator=

(
    TMap< KeyType, ValueType, OtherSetA...
)

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

Public function

TMap &

 

operator=

(
    const TMap< KeyType, ValueType, Oth...
)

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

Public function

TMap &

 

operator=

(
    std::initializer_list< TPairInitial...
)

Assignment operator which gets its elements from a native initializer list

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