Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase > API/Runtime/Core/Containers/TMapBase/FindChecked
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
const ValueType & FindChecked
&40;
KeyConstPointerType Key
&41; const
Remarks
Find 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.
Parameters
| Name | Description |
|---|---|
| Key | The key to search for. |