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