TMultiMap::Append

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.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Map.h

Include

#include "Containers/Map.h"

Syntax

template<typename OtherSetAllocator>
void Append
(
    TMultiMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > && OtherMultiMap
)

Remarks

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.

Parameters

Parameter

Description

OtherMultiMap

The other map of items to move the elements from.

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