UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TLruCache< KeyType, ValueType, KeyComp > Member List

This is the complete list of members for TLruCache< KeyType, ValueType, KeyComp >, including all inherited members.

Add(const KeyType &Key, const ValueType &Value)TLruCache< KeyType, ValueType, KeyComp >inline
AddUninitialized_GetRef(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
begin()TLruCache< KeyType, ValueType, KeyComp >inline
begin() constTLruCache< KeyType, ValueType, KeyComp >inline
Contains(const KeyType &Key) constTLruCache< KeyType, ValueType, KeyComp >inline
ContainsByPredicate(Predicate Pred) constTLruCache< KeyType, ValueType, KeyComp >inline
Empty(int32 InMaxNumElements=0)TLruCache< KeyType, ValueType, KeyComp >inline
end()TLruCache< KeyType, ValueType, KeyComp >inline
end() constTLruCache< KeyType, ValueType, KeyComp >inline
FilterByPredicate(Predicate Pred) constTLruCache< KeyType, ValueType, KeyComp >inline
Find(const KeyType &Key) constTLruCache< KeyType, ValueType, KeyComp >inline
Find(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
FindAndTouch(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
FindAndTouchChecked(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
FindAndTouchRef(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
FindByPredicate(Predicate Pred) constTLruCache< KeyType, ValueType, KeyComp >inline
FindChecked(const KeyType &Key) constTLruCache< KeyType, ValueType, KeyComp >inline
FindChecked(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
FindRef(const KeyType &Key) constTLruCache< KeyType, ValueType, KeyComp >inline
GetKeys(TArray< KeyType > &OutKeys) constTLruCache< KeyType, ValueType, KeyComp >inline
GetLeastRecentKey() constTLruCache< KeyType, ValueType, KeyComp >inline
IsEmpty() constTLruCache< KeyType, ValueType, KeyComp >inline
MarkAsRecent(FCacheEntry &Entry)TLruCache< KeyType, ValueType, KeyComp >inlineprotected
Max() constTLruCache< KeyType, ValueType, KeyComp >inline
Num() constTLruCache< KeyType, ValueType, KeyComp >inline
Remove(const KeyType &Key)TLruCache< KeyType, ValueType, KeyComp >inline
Remove(FCacheEntry *Entry)TLruCache< KeyType, ValueType, KeyComp >inlineprotected
RemoveByPredicate(Predicate Pred)TLruCache< KeyType, ValueType, KeyComp >inline
RemoveLeastRecent()TLruCache< KeyType, ValueType, KeyComp >inline
TLruCache()TLruCache< KeyType, ValueType, KeyComp >inline
TLruCache(int32 InMaxNumElements)TLruCache< KeyType, ValueType, KeyComp >inline
~TLruCache()TLruCache< KeyType, ValueType, KeyComp >inline