OnSmartLinkReached Event Not Firing in PIE

UE - AI - Sep 20, 2016

The OnSmartLinkReached event is not firing in PIE. This is a regression. In 4.12.5 the event fires as expected. Found in 4.13.0 CL 3106830 Reproduced in 4.14 Main CL 3129233. ...

Switching CanEverAffectNavigation on a Dynamic Obstacle Leaves Original Area Behind

UE - AI - Sep 15, 2016

When setting Can Ever Affect Navigation to false, moving it, and then setting it back to true, the originally affected area remains, and it also creates a new affected area. This occurs each time y ...

AI Character Twitching Severely When Moving To Vector Set on Tick

UE - AI - Sep 13, 2016

When setting a vector key on tick, and using a dynamic Nav Mesh, the AI Character exhibits severe twitching, and even occasionally gets stuck. This does not occur when the Nav Mesh is set to Stati ...

AI Move To Location zeros velocity each call, causing the AI Pawn to freeze if told to move again before reaching destination

UE - AI - Sep 12, 2016

AI Move To Location causes AI to lose velocity each time it is called, resulting in a freeze in movement on each call. Regression: Yes Worked: 4.12.5 (CL 3039270) Broken: 4.13.0 (CL 3106830) Funct ...

Crash Occurs While Running EQS Using Add Generated Vector Node

UE - AI - Sep 8, 2016

A crash is occurring when running a custom EQS generator that returns a Point and uses the Add Generated Vector node. This is a regression. No crash occurs with the same setup in 4.12.5. ...

AI Acceptance Radius Still Used on Partial Path

UE - AI - Aug 24, 2016

When using a partial path, the AI Character is still taking the acceptance radius into account. ...

Behavior tree assets marked dirty when opening in subeditor

UE - AI - Aug 16, 2016

Found while I was fixing up other content, that Behavior Tree assets are being marked dirty by just opening them into sub editor. ...

AI in sublevel calling actors in persistent level crash editor when sublevel is not visible

UE - AI - Aug 11, 2016

If an AI is moving between points in the persistent level but is located within a sublevel and the sublevel is set to not visible, there is a chance that the editor will eventually crash. Setting Is ...

EQS Query Not Detecting Different Floors

UE - AI - Jul 7, 2016

Running an EQS for something such as finding a random point on a grid will not generate results on multiple floors. See the attached screenshot for an example. Was unable to reproduce in 4.11.2 d ...

Avoidance Groups Not Being Properly Set

UE - AI - Jun 29, 2016

Setting the avoidance group using the Set Avoidance Group node does not set the value of the group selected to true inside of the Avoidance Group struct. ...