Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
ValueType & FindOrAdd
(
const KeyType & Key
)
Returns the value associated with a specified key, or if none exists, adds a value using the default constructor.
A reference to the value associated with the specified key.
Parameter |
Description |
---|---|
Key |
The key to search for. |