PackageFileHeaderDescription¶
struct PackageFileHeaderDescription
Provides metadata about the package file.
Variables¶
Name | Description |
---|---|
m_Version | Package file header tag.Package file version. |
m_CompressionAlgorithm | The compression algorithm used for this package file. |
m_Items | The description of each item in the package file. |
Variable Details¶
m_CompressionAlgorithm¶
ePackageFileCompressionAlgorithm m_CompressionAlgorithm
The compression algorithm used for this package file.
m_Items¶
std::vector<PackageFileItemDescription> m_Items
The description of each item in the package file.
The total number of descriptions should match the number of items.
m_Version¶
AmUInt16 m_Version
Package file header tag.
Note
Should be equal to 'AMPK'.
Package file version.
This is used to implement new features in package files and still be backward compatible with old versions.