Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include | #include "PsoLruCache.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. |