Navigation
API > API/Developer > API/Developer/DeveloperToolSettings > API/Developer/DeveloperToolSettings/Settings > API/Developer/DeveloperToolSettings/Settings/UProjectPackagingSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category=Packaging, AdvancedDisplay,
Meta=(DisplayName="Minimum percentage of a block of data which should be saved when performing compression, otherwise data remains uncompressed"))
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.