![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PackageWriter.h>
Whether this writer implements -diffonly or other difftypes.
If true, this writer can ignore the path length limits of the host platform and handle paths of arbitrary length in BeginPackage
If true, this writer can save and load extra data for each package across cooks.
If true, the PackageWriter can override which packages are incrementally skipped in UpdatePackageModificationStatus, and the cooker will therefore avoid assumptions about what is incrementally skipped
If true, the cooker will assume no packages are written and will skip writing non-package data.
| EPackageHeaderFormat ICookedPackageWriter::FCookCapabilities::HeaderFormat = EPackageHeaderFormat::PackageFileSummary |
What header format is produced as output by this writer.