Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStripedMapBase
Description
Gets you a copy of the value.
Best for simple value types like PODs or TSharedPtr.
| Name | FindRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StripedMap.h |
| Include Path | #include "Containers/StripedMap.h" |
ValueType FindRef
(
KeyConstPointerType InKey
) const
a copy of the value for this key.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to look for. |