Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MarkAsRecent
(
const FSetElementId& LRUNode |
PsoLruCache.h | ||
void MarkAsRecent
(
FCacheEntry& Entry |
Mark the given entry as recently used. | PsoLruCache.h |
MarkAsRecent(const FSetElementId &)
| Name | MarkAsRecent |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
void MarkAsRecent
(
const FSetElementId & LRUNode
)
MarkAsRecent(FCacheEntry &)
Description
Mark the given entry as recently used.
| Name | MarkAsRecent |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
void MarkAsRecent
(
FCacheEntry & Entry
)
Parameters
| Name | Remarks |
|---|---|
| Entry | The entry to mark. |