Navigation
API > API/Developer > API/Developer/DerivedDataCache
An implementation of KeyFuncs to compare FCacheRecord by its FCacheKey.
| Name | FCacheRecordKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
Syntax
struct FCacheRecordKeyFuncs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | const FCacheRecord & | DerivedDataCacheRecord.h | |
| KeyInitType | const FCacheKey & | DerivedDataCacheRecord.h | |
| KeyType | FCacheKey | DerivedDataCacheRecord.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bAllowDuplicateKeys | bool | DerivedDataCacheRecord.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
DerivedDataCacheRecord.h | ||
static KeyInitType GetSetKey
(
ElementInitType Record |
DerivedDataCacheRecord.h | ||
static bool Matches
(
KeyInitType A, |
DerivedDataCacheRecord.h |