Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include | #include "PsoLruCache.h" |
template<typename Predicate>
bool ContainsByPredicate
(
Predicate Pred
) const
Remarks
Check whether an entry for which a predicate returns true is in the cache. true if at least one matching entry is in the cache, false otherwise.
Parameters
| Name | Description |
|---|---|
| Pred | The predicate functor to apply to each entry. |