Navigation
API > API/Developer > API/Developer/DeveloperToolSettings > API/Developer/DeveloperToolSettings/Settings > API/Developer/DeveloperToolSettings/Settings/UProjectPackagingSettings
Syntax
int32 PackageCompressionMinBytesSaved
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 amount of saved bytes is smaller than the specified value, then the block of data remains uncompressed. The optimal value of this setting depends on the capabilities of the target platform. For instance PackageCompressionMinBytesSaved=1024 Note that some compressors (for example Oodle) do their own internal worth it check and only use this value to determine the minimal size of a block which should be compressed.