Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Description
Remove all entries using a predicate.
| Name | RemoveByPredicate |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
template<typename Predicate>
int32 RemoveByPredicate
(
Predicate Pred
)
Number of removed entries.
Parameters
| Name | Remarks |
|---|---|
| Pred | The predicate function to apply to each entry. |