Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Description
Find the value of the entry with the specified key.
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
const ValueType * Find
(
const KeyType & Key
) const
Pointer to the value, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entry to get. |