Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecord
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCbPackage Save () |
Save the cache record to a compact binary package. | DerivedDataCacheRecord.h | |
void Save
(
FCbPackage& Attachments, |
Append the cache record to an existing package and writer for e.g. a batch of records. | DerivedDataCacheRecord.h |
Save()
Description
Save the cache record to a compact binary package.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
FCbPackage Save() const
Save(FCbPackage &, FCbWriter &)
Description
Append the cache record to an existing package and writer for e.g. a batch of records.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
void Save
(
FCbPackage & Attachments,
FCbWriter & Writer
) const