![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LruCache.h>
Static Public Member Functions | |
| static UE_FORCEINLINE_HINT bool | Matches (KeyType A, KeyType B) |
| static UE_FORCEINLINE_HINT uint32 | GetKeyHash (KeyType Key) |
Default comparer for keys in TLruCache.
| KeyType | The type of keys to compare. |
|
inlinestatic |
Calculates a hash index for a key.
|
inlinestatic |