Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Description
Find the keys of all cached entries.
| Name | GetKeys |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
void GetKeys
(
TArray < KeyType > & OutKeys
) const
Parameters
| Name | Remarks |
|---|---|
| OutKeys | Will contain the collection of keys. |