You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Converted Concert API transferring package data in-memory only model to a streaming model to support packages bigger than 2 GB. (TNumberiLimit<int32>::max()) - Added the IConcertFileSharing interface to share large files between the client and the server. This is used as a side channel to the Concert request/response and event protocol. - Fixed the ConcertClientPackageManager to prevent sending the package data for each the 'pre-save' when the 'live sync' is off. It only emits it once. - Fixed UI to correctly report pre-save vs save vs auto-save for package as well as when a package is discarded. #jira UE-85652 - Crash when importing large FBX with Morph Targets and Disaster Recovery enabled #jira UE-78722 - Potential Memory Leak with Disaster Recovery Plugin #rb Francis.Hurteau, Jamie.Dale #ROBOMERGE-SOURCE: CL 12113821 in //UE4/Release-4.25/... via CL 12113828 #ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v657-12064184) [CL 12113837 by patrick laflamme in Main branch]