Navigation
API > API/Runtime > API/Runtime/Core
Default comparer for keys in TLruCache.
| Name | DefaultKeyComparer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
Syntax
template<typename KeyType>
struct DefaultKeyComparer
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyType Key |
Calculates a hash index for a key. | Containers/LruCache.h | |
static bool Matches
(
KeyType A, |
Containers/LruCache.h |