Append

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Append

(
    TMultiMap< KeyType, ValueType, Othe...
)

Move all items from another map into our map (if any keys are in both, the value from the other map wins) and empty the other map.

Public function

void

 

Append

(
    const TMultiMap< KeyType, ValueType...
)

Add all items from another map to our map (if any keys are in both, the value from the other map wins).

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