Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TLruCache
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include | #include "Containers/LruCache.h" |
ValueType FindRef
(
const KeyType & Key
) const
Remarks
Find the value of the entry with the specified key. Copy of the value, or the default value for the ValueType if the key does not exist.
Parameters
| Name | Description |
|---|---|
| Key | The key of the entry to get. |