You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[CrashFix] memory leak after reinstancing - turned on property bag generation during CPFUO - added functionality to FPropertyBagRepository::CreateInstanceDataObjectUnsafe which allows an external archive to be read. This is used by CPFUO - rewrote FPropertyBagRepository::ReassociateObjects to copy metadata about properties were set by serialization from the old IDO to the new - added CleanupLevel method that destroys all IDOs for objects that were outered to the level - made sure that all IDOs have their ReferenceTokenStream assembled during class generation #rb Phillip.Kavan #jira UE-208185, UE-208975 [CL 32225922 by jordan hoffmann in ue5-main branch]