Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
const KeyType& Key |
Remove all entries with the specified key from the cache. | PsoLruCache.h | |
void Remove
(
FCacheEntry* Entry |
Remove the specified entry from the cache. | PsoLruCache.h | |
bool Remove
(
const KeyType& Key, |
PsoLruCache.h |
Remove(const KeyType &)
Description
Remove all entries with the specified key from the cache.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
void Remove
(
const KeyType & Key
)
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entries to remove. |
See Also
Remove(FCacheEntry *)
Description
Remove the specified entry from the cache.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
void Remove
(
FCacheEntry * Entry
)
Parameters
| Name | Remarks |
|---|---|
| Entry | The entry to remove. |
Remove(const KeyType &, ValueType &)
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
bool Remove
(
const KeyType & Key,
ValueType & RemovedValue
)