Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/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). |