Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
ValueType FindRef
(
KeyConstPointerType Key
) const
Returns the value associated with a specified key.
The value associated with the specified key, or the default value for the ValueType if the key isn't contained in this map.
Parameter |
Description |
---|---|
Key |
The key to search for. |