Navigation
Unreal Engine C++ API Reference > Runtime > Core > Containers > TMap
Type | Name | Description | |
---|---|---|---|
![]() |
void | 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. | |
![]() |
void | Add all items from another map to our map (if any keys are in both, the value from the other map wins). |