Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPackageWriter
| Name | FCapabilities |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
Syntax
struct FCapabilities
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDeclareRegionForEachAdditionalFile | bool | 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. | Serialization/PackageWriter.h | |
| bDeterminismDebug | bool | Applicable only to cook saves: True if the SavePackage call should write extra debug data for debugging cook determinism or incremental cook issues. | Serialization/PackageWriter.h | |
| bIgnoreHeaderDiffs | bool | Applicable only to cook saves, and only to -diffonly saves; suppresses output and breakpoints for diffs in the header. | Serialization/PackageWriter.h |