struct PackageManagerSavePackageOptions

Options that control package save operation.

Public

Fields

Overwrite

bool Overwrite

If set, save operation will overwrite any existing package at the provided path.

Compress

bool Compress

If set, compression will be used on package data when saving.

CopyLoadStatesOnOverwrite

bool CopyLoadStatesOnOverwrite

If overwriting a package and this is true, load states will be copied from the original package into the package we're saving.

VirtualPathPrefix

Path VirtualPathPrefix

MetaDataPaddingByteCount

u32 MetaDataPaddingByteCount

Adds extra free space after package meta-data so we can update package meta-data without having to re-write the whole package (as long as new meta-data fits).