Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
Include | #include "DerivedDataCacheRecord.h" |
Syntax
struct FCacheRecordKeyFuncs
Remarks
An implementation of KeyFuncs to compare FCacheRecord by its FCacheKey.
Functions
Type | Name | Description |
---|---|---|
uint32 | GetKeyHash ( KeyInitType Key ) | |
KeyInitType | GetSetKey ( ElementInitType Record ) | |
bool | Matches ( KeyInitType A, KeyInitType B ) |
Typedefs
Name | Description |
---|---|
ElementInitType | |
KeyInitType | |
KeyType |
Constants
Name | Description |
---|---|
bAllowDuplicateKeys |