You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Generate new predownloaded cosmetic bundles FortniteBROnDemand and FortniteBROnDemandOptional. These bundles store a copy of all of the ondemand files so that users can opt-out of downloading on demand. - Implemented new user settings to disable cosmetic streaming on Android and just pre-download all cosmetics - New settings fallback to disable cosmetic streaming automatically if predownloaded cosmetic data is already on disk. This supports both Android Bulk builds and PC where the launcher installs this data. - Also disable CosmeticStreaming when the predownloaded cosmetic content is installed (which is requested automatically if the user setting is flipped) - Implemented new FortCosmeticStreamingModule modular feature to remove some hard dependencies and make code cleaner. #rb Swarm #tests Android Dev Client, Windows Dev Client [CL 25331176 by thomas ross in ue5-main branch]