TLruCache::FilterByPredicate

Filter the entries in the cache using a predicate.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LruCache.h

Include

#include "Containers/LruCache.h"

Syntax

template<typename Predicate>
TArray< ValueType > FilterByPredicate
(
    Predicate Pred
) const

Remarks

Filter the entries in the cache using a predicate.

Returns

Collection of values for which the predicate returned true.

Parameters

Parameter

Description

Pred

The predicate functor to apply to each entry.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss