Files
UnrealEngineUWP/Engine/Source/Editor/BehaviorTreeEditor
Thomas Sarkanen 4ebfbcf379 Fixed crash opening a new behavior tree
Debugger now checks for a valid graph before dereferencing it. We may not have initialized the graph before the debugger is set up, so we lazy-initialize the root node pointer.

TTP# 338513 - CRITICAL: Regression: BEHAVIOR TREES: CRASH: When opening

reviewed by Andrew.Rodham, Max.Preussner

[CL 2108979 by Thomas Sarkanen in Main branch]
2014-06-18 04:04:45 -04:00
..