Skip to content

ePackageFileCompressionAlgorithm

enum ePackageFileCompressionAlgorithm : AmUInt8

Defines the algorithms a package file can be compressed with.

ePackageFileCompressionAlgorithm_None
No compression algorithm has been used for the package file.
ePackageFileCompressionAlgorithm_ZLib
The package file has been compressed using ZLib.
ePackageFileCompressionAlgorithm_Invalid
Invalid compression algorithm.