Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMap > API/Runtime/Core/Containers/TMap/Append
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
template<typename OtherSetAllocator>
void Append
&40;
const TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > & OtherMap
&41;
Remarks
Add all items from another map to our map (if any keys are in both, the value from the other map wins).
Parameters
| Name | Description |
|---|---|
| OtherMap | The other map of items to add. |