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