Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TLruCache
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include | #include "Containers/LruCache.h" |
template<typename Predicate>
bool ContainsByPredicate
&40;
Predicate Pred
&41; 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. |