Navigation
API > API/Developer > API/Developer/DerivedDataCache
| Name | ICacheRecordInternal |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
Syntax
class ICacheRecordInternal
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICacheRecordInternal() |
DerivedDataCacheRecord.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddRef() |
DerivedDataCacheRecord.h | ||
const FCacheKey & GetKey() |
DerivedDataCacheRecord.h | ||
const FCbObject & GetMeta() |
DerivedDataCacheRecord.h | ||
const FValueWithId & GetValue
(
const FValueId& Id |
DerivedDataCacheRecord.h | ||
TConstArrayView< FValueWithId > GetValues() |
DerivedDataCacheRecord.h | ||
void Release() |
DerivedDataCacheRecord.h |