Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecord
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCacheRecord
(
const FCacheKey& Key |
Construct a cache record for the key with no metadata or values. | DerivedDataCacheRecord.h | |
FCacheRecord
(
Private::ICacheRecordInternal* InRecord |
Construct a cache record. | DerivedDataCacheRecord.h |
FCacheRecord(const FCacheKey &)
Description
Construct a cache record for the key with no metadata or values.
| Name | FCacheRecord |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
FCacheRecord
(
const FCacheKey & Key
)
FCacheRecord(Private::ICacheRecordInternal *)
Description
Construct a cache record. Use Build() or BuildAsync() on FCacheRecordBuilder.
| Name | FCacheRecord |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
FCacheRecord
(
Private::ICacheRecordInternal * InRecord
)