Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & FindChecked
(
KeyConstPointerType Key |
Returns a reference to the value associated with a specified key. | Containers/SortedMap.h | |
const ValueType & FindChecked
(
KeyConstPointerType Key |
Containers/SortedMap.h |
FindChecked(KeyConstPointerType)
Description
Returns a reference to the value associated with a specified key.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
ValueType & FindChecked
(
KeyConstPointerType Key
)
The value associated with the specified key, or triggers an assertion if the key does not exist.
Parameters
| Name | Remarks |
|---|---|
| Key | The key to search for. |
FindChecked(KeyConstPointerType)
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
const ValueType & FindChecked
(
KeyConstPointerType Key
) const