TLruCache::GetKeys

Find the keys of all cached entries.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LruCache.h"

Syntax

void GetKeys
(
    TArray< KeyType > & OutKeys
) const

Remarks

Find the keys of all cached entries.

Parameters

Parameter

Description

OutKeys

Will contain the collection of keys.

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