Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
ValueType & FindChecked
(
KeyConstPointerType Key
)
Returns a reference to the value associated with a specified key.
The value associated with the specified key, or triggers an assertion if the key does not exist.
Parameter |
Description |
---|---|
Key |
The key to search for. |