You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] Thomas.Sarkanen Original CL Desc ----------------------------------------------------------------- Fix asserts/warnings around child anim BPs Ensures that cleaned-up sparse class data structs are moved out of the package they are in, thus not requiring a GC step to ensure that batch compilation works correctly. Without this, it is possible for the NewObject call in FAnimBlueprintCompilerContext::RecreateSparseClassData to attempt to re-use (as it has a fixed name) the currently-existing (but not referenced) object rather than creating a new one. This also reverts some other changes that were made to try to address related issues. #jira FORT-444463 #rb Phillip.Kavan #preflight 61f18be3f8088a3d298e6419 #p4v-cherrypick 18740288 #ROBOMERGE-AUTHOR: jose.villarroel #ROBOMERGE-SOURCE: CL 18773105 in //UE5/Release-5.0/... via CL 18773189 via CL 18773693 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472) [CL 18773704 by jose villarroel in ue5-main branch]