Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache > API/Runtime/RHI/TPsoLruCache/Remove
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include | #include "PsoLruCache.h" |
void Remove
(
const KeyType & Key
)
Remarks
Remove all entries with the specified key from the cache.
Parameters
| Name | Description |
|---|---|
| Key | The key of the entries to remove. |