You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Added support for compression plugins - Removed the Custom compression concept, now using plugins properly - Modified UnrealPak to use FNames, and allow for multiple compression methods (fallbacks on error or unavailability, etc) - Added project settings for compression method selection for UnrealPak, and additional settings to be passed to UnrealPak (for instance, to control compression size/speed, etc) - Deprecated a bunch of old function calls - Improved pak file "old format" reading ability - Brought over some changes from Fortnite for pak file encryption and memory savings - Implemented a parallel compression pull request (#4129) to speed up pak file compression #jira UE-51294 #rb ben.marsh [CL 4480944 by Josh Adams in Dev-Core branch]