Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecord
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FOptionalCacheRecord Load
(
const FCbPackage& Package |
Load a cache record from a compact binary package. Null on error. | DerivedDataCacheRecord.h | |
static FOptionalCacheRecord Load
(
const FCbPackage& Attachments, |
DerivedDataCacheRecord.h |
Load(const FCbPackage &)
Description
Load a cache record from a compact binary package. Null on error.
| Name | Load |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
static FOptionalCacheRecord Load
(
const FCbPackage & Package
)
Load(const FCbPackage &, const FCbObject &)
| Name | Load |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
static FOptionalCacheRecord Load
(
const FCbPackage & Attachments,
const FCbObject & Object
)