Files
UnrealEngineUWP/Engine/Source/Editor/AnimGraph
Thomas Sarkanen 39bbb2891b Fix crash dragging a Metahuman into a level
Move asset PostLoad call into the if() block that needs it when loading an anim graph node, as in this code path not all subobjects are loaded for the various assets that are referenced by the pose asset
This could still fail for very old assets, but at least unblocks this issue.

#jira UE-190467
#rb Nicholas.Frechette
#fyi Jurre.deBaare

[CL 26700501 by Thomas Sarkanen in 5.3 branch]
2023-07-31 04:31:41 -04:00
..