Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ValueType & FindChecked
(
KeyConstPointerType Key |
Find a reference to the value associated with a specified key. | Containers/Map.h | |
ValueType & FindChecked
(
KeyConstPointerType Key |
Find a reference to the value associated with a specified key. | Containers/Map.h |
FindChecked(KeyConstPointerType)
Description
Find a reference to the value associated with a specified key.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
const ValueType & FindChecked
(
KeyConstPointerType Key
) const
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)
Description
Find a reference to the value associated with a specified key.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.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. |