Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
template<typename OtherArrayAllocator, typename OtherSortPredicate>
void Append
(
TSortedMap< KeyType, ValueType, OtherArrayAllocator, OtherSortPredicate > && OtherMap
)
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.
Parameter |
Description |
---|---|
OtherMap |
The other map of items to move the elements from. |