Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject
ben zeigler 03a3d3263e Clear NeedPostLoadSubobjects in all the places that blueprint compilation clears NeedPostLoad
This prevents non-component subobjects that were trashed during compilation from sticking around forever with a bad AsyncLoading flag, causing corruption or crashes
Some of these fixes aren't currently needed because CDOs are hacked to never have NeedPostLoadSubobjects set on them, but this is safer in case we change that later

#jira UE-88129
#rb dan.oconnor

[CL 12010702 by ben zeigler in 4.25 branch]
2020-03-06 14:23:05 -05:00
..