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