Navigation
API > API/Developer > API/Developer/DeveloperToolSettings > API/Developer/DeveloperToolSettings/Settings > API/Developer/DeveloperToolSettings/Settings/UProjectPackagingSettings
Syntax
int32 PackageCompressionMinPercentSaved
Remarks
A generic setting which is used to determine whether it is worth using compression for a block of data when creating IoStore or .pak files. If the saved percentage of a compressed block of data is smaller than the specified value, then the block remains uncompressed. The optimal value of this setting depends on the capabilities of the target platform. For instance PackageCompressionMinPercentSaved=5 Note that some compressors (for example Oodle) do their own internal worth it check and ignore this value.