Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/IPackageWriter
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include | #include "Serialization/PackageWriter.h" |
Syntax
struct FCapabilities
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDeclareRegionForEachAdditionalFile | Whether an entry should be created for each BulkData stored in the BulkData section This is necessary for some Writers that need to be able to load the BulkDatas individually. | |
| bool | bDeterminismDebug | Applicable only to cook saves: True if the SavePackage call should write extra debug data for debugging cook determinism or incremental cook issues. | |
| bool | bIgnoreHeaderDiffs | Applicable only to cook saves, and only to -diffonly saves; suppresses output and breakpoints for diffs in the header. |