Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
| Name | FCookCapabilities |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
Syntax
struct FCookCapabilities
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDiffModeSupported | bool | Whether this writer implements -diffonly or other difftypes. | Serialization/PackageWriter.h | |
| bIgnorePathLengthLimits | bool | If true, this writer can ignore the path length limits of the host platform and handle paths of arbitrary length in BeginPackage | Serialization/PackageWriter.h | |
| bOplogAttachments | bool | If true, this writer can save and load extra data for each package across cooks. | Serialization/PackageWriter.h | |
| bOverridesPackageModificationStatus | bool | 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 | Serialization/PackageWriter.h | |
| bReadOnly | bool | If true, the cooker will assume no packages are written and will skip writing non-package data. | Serialization/PackageWriter.h | |
| HeaderFormat | EPackageHeaderFormat | What header format is produced as output by this writer. | Serialization/PackageWriter.h |