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 * FindAndTouch
(
const KeyType & Key
)
Remarks
Find the value of the entry with the specified key and mark it as the most recently used. Pointer to the value, or nullptr if not found.
Parameters
| Name | Description |
|---|---|
| Key | The key of the entry to get. |