[AI] Behavior Tree gets stuck in an infinite loop if a Conditional Loop decorator cannot find a child node to run

UE - AI - BehaviorTree - May 4, 2022

Behavior Tree can be stuck in an infinite loop with a Conditional Loop that cannot run any child nodes. Exception thrown at 0x00007FFC0E405F65 (UnrealEditor-AIModule.dll) in UnrealEditor.exe: 0xC ...

[AI] StateTree assets need to be compiled again when restarting the editor despite no changes.

UE - AI - StateTree - May 4, 2022

StateTree assets show that there are pending changes to compile when reloading the editor. This can also mean that state trees do not run logic for AI as noted in linked UDN thread. ...

[AI] GameplayDebugger does not show labels for EQS in editor.

UE - AI - Debugging - May 4, 2022

Gameplay Debugger is not drawing the labels associated with EQS query points inside the level. It does not show the scores, winner, or failed test (if applicable). ...