Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
ValueType * Find
(
KeyConstPointerType Key
)
Returns the value associated with a specified key.
A pointer to the value associated with the specified key, or nullptr if the key isn't contained in this map. The pointer (only valid until the next change to any key in the map).
Parameter |
Description |
---|---|
Key |
The key to search for. |