Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
ValueType FindRef
&40;
KeyConstPointerType Key
&41; const
Remarks
Find the value associated with a specified key. The value associated with the specified key, or the default value for the ValueType if the key isn't contained in this map.
Parameters
| Name | Description |
|---|---|
| Key | The key to search for. |