Dynamic Nav Mesh rebuilds incorrectly on World Origin Shift

UE - AI - Jan 30, 2017

Dynamic Nav Mesh rebuilds incorrectly on World Origin Shift. It must be rebuilding (physics objects, etc) while the origin shift is taking place; then the nav mesh will rebuild at different heights ...

Peripheral Vision Angle Value Not Being Clamped

UE - AI - Jan 25, 2017

Peripheral Vision Angle values are not being clamped to the maximum supported value if a greater value is entered. ...

FSupportedAreaData Not Being Exported

UE - AI - Jan 17, 2017

FSupportedAreaData is causing an unresolved linker error when it is used. ...

EQS Context Provide Single Actor Not Saving Updates

UE - AI - Jan 16, 2017

Making a change to the Provide Single Actor function in an EQS Context blueprint does not seem to be saving properly. The EQS Testing Pawn will fail to display any test data if you change the bluepr ...

Spelling Error in Rotate to Face BB Entry Node Tooltip

UE - AI - Jan 16, 2017

There is a spelling error in the details panel of Rotate to Face BB Entry node in Behavior Trees. The error is in the tooltip for the Precision property. ...

Crash selecting AI-controlled pawn while simulating

UE - AI - Dec 28, 2016

Crash occurs when the user select an AI-controlled pawn while simulating in viewport. This seems to only occur if the pawn is moving or getting directions from the controller (example, if you selec ...

Compile failure adding BTTask_RunBehavior C++ class to project

UE - AI - Dec 22, 2016

Error message in log is:CompilerResultsLog:Error: Error MyBTTask_RunBehavior.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl IGameplayTaskOwnerInterface::OnGameplay ...

Behavior Tree Visualizer Runs Sequence Tasks in Parallel

UE - AI - Dec 19, 2016

Tasks in the behavior tree are visually represented as running parallel to one another instead of sequentially when looking at the behavior tree visualizer. This does not seem to have an effect on f ...

AreaFlags Empty During First PIE Session After Hot Reloading

UE - AI - Dec 12, 2016

AreaID always seems to be empty during the first PIE session after hot-reloading. Only able to test in Dev-Framework CL# 3221683 due to the licensee's project being created in 4.15 and not being b ...

Inconsistent Prioritization of Navigation Modifiers

UE - AI - Dec 12, 2016

When working with Nav Modifiers in a level that contains objects that have a custom Nav Area class, the prioritization of the modifiers is not consistent. If you notice in the attached project, so ...