Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildOutput
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Save
(
FCbWriter& Writer |
Saves the build output to a compact binary object with values as attachments. | DerivedDataBuildOutput.h | |
void Save
(
FCacheRecordBuilder& RecordBuilder |
Saves the build output to a cache record. | DerivedDataBuildOutput.h |
Save(FCbWriter &)
Description
Saves the build output to a compact binary object with values as attachments.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
| Include Path | #include "DerivedDataBuildOutput.h" |
void Save
(
FCbWriter & Writer
) const
Save(FCacheRecordBuilder &)
Description
Saves the build output to a cache record.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
| Include Path | #include "DerivedDataBuildOutput.h" |
void Save
(
FCacheRecordBuilder & RecordBuilder
) const