PathInstance reuse is not fully supported

UE - AI - Oct 26, 2015

Check UDN for details:FindPath repathing on partial path overrides Error result (missing path reset)FindPath doesn't update last repath time, although it does set initial value for newly created one ...

Navigation system's queries should pass agent parameters to NavData

UE - AI - Oct 14, 2015

FPathFindingQuery seems to be best candidate ...

Navigation agent selection fails during navmesh generation

UE - AI - Oct 9, 2015

Attached UDN thread and user's project nail the issue down really well. ...

A Behavior Tree reference to a Blackboard Key will become invalid when the name of the Key is changed in the Blackboard

UE - AI - Oct 5, 2015

A Behavior Tree reference to a Blackboard Key will become invalid when the name of the Key is changed in the Blackboard. Clicking on the Behavior Tree node that references the key will update the ke ...

Behavior tree execution stuck when aborting a latent task from abandoned subtree

UE - AI - Oct 5, 2015

Aborting instance (subtree) needs to be stored and ticked. ...

Hot Reload crash on PIE with custom AIController and Perception Component

UE - AI - Sep 29, 2015

If a pawn in the level is using a custom AI Controller that sets the AIPerceptionComponent in code, the editor will crash on PIE after a hot reload. CrashReporter: [Link Removed] ...

Navlinks do not respect left to right/right to left direction

UE - AI - Sep 28, 2015

AI does not respect direction on nav link proxies when direction is set to "Left to Right" or "Right to Left", it continues to use both directions equally. ...

Crash on play when AIPerception Senses Config element is set to "sense config" options

UE - AI - Sep 18, 2015

Setting AIPerception component Senses Config to AI Damage / AI Prediction / AI Team sense config will cause the editor to crash on Play. This may be related to [Link Removed] Crash Reporter [Link ...

Calling RequestStimuliListenerUpdate on actor with one element in AIPerception Sensing Config causes crash

UE - AI - Sep 18, 2015

If an AIPerception component is added to an actor and given one element set to either AI Hearing / AI Sight / AI Touch config then the game will crash once Request Stimuli Listener Update is called ...

AI characters with Navigation Invokers that are spawned during Play do not generate a nav mesh around them if Runtime Generation is set to Dynamic Modifiers Only

UE - AI - Sep 17, 2015

With Generate Navigation Only Around Navigation Invokers enabled and Runtime Generation set to Dynamic Modifiers Only, AI characters with Navigation Invokers do not generate a nav mesh around them i ...