Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Description
Filter the entries in the cache using a predicate.
| Name | FilterByPredicate |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
template<typename Predicate>
TArray< ValueType > FilterByPredicate
(
Predicate Pred
) const
Collection of values for which the predicate returned true.
Parameters
| Name | Remarks |
|---|---|
| Pred | The predicate functor to apply to each entry. |
See Also
-
FindByPredicate
-
Find
-
RemoveByPredicate