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" |
void GetKeys
(
TArray < KeyType > & OutKeys
) const
Remarks
Find the keys of all cached entries.
Parameters
| Name | Description |
|---|---|
| OutKeys | Will contain the collection of keys. |