Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
template<typename InitKeyType>
ValueType & Emplace
(
InitKeyType && InKey
)
Sets a default value associated with a key.
A reference to the value as stored in the map (only valid until the next change to any key in the map).
Parameter |
Description |
---|---|
InKey |
The key to associate the value with. |