Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include | #include "PsoLruCache.h" |
const ValueType * Find
(
const KeyType & Key
) const
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. |