FCacheRecordKeyFuncs

An implementation of KeyFuncs to compare [FCacheRecord](API\Developer\DerivedDataCache\FCacheRecord) by its [FCacheKey](API\Developer\DerivedDataCache\FCacheKey).

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library