Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveCookData.h |
Include | #include "Serialization/ArchiveCookData.h" |
Syntax
struct FArchiveCookData
Remarks
Holds archive data only relevant for cooking archives. Fill this out as part of FSavePackageArgs.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FArchiveCookContext & | CookContext | |
![]() |
const ITargetPlatform & | TargetPlatform |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArchiveCookData
(
const ITargetPlatform& InTargetPlatform, |