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>
const ValueType * FindByPredicate
(
Predicate Pred
) const
Remarks
Find the value of an entry using a predicate. Pointer to value for which the predicate returned true, or nullptr if not found.
Parameters
| Name | Description |
|---|---|
| Pred | The predicate functor to apply to each entry. |