You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Crash was caused by the removal of the call to UpdateGraphNode() in SGraphPanel::AddNode(). This meant that sub-nodes didnt get a valid parent panal pointer set. Allowing nodes to override SetOwner() lets BT sub-nodes correctly recieve their parent. Also removed previous checks put in place to try to prevent the crash. #codereview Mieszko.Zielinski [CL 2332786 by Thomas Sarkanen in Main branch]