Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveState
Description
Marks that this archive is one of the archives used by SavePackage, and provides access to data and functions used only during savepackage, such as the cook data bundle for information about the cook being conducted (if applicable) and writing build dependencies for assetregistry. Must be set only after setting the loading/saving/transacting flags.
| Name | SetSavePackageData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
void SetSavePackageData
(
FArchiveSavePackageData * InSavePackageData
)