Spelling error of Boolean "continuous" in Task Node "Move to Location or Actor"

UE - AI - Aug 14, 2019

Spelling error of Use Continuous Goal Tracking Boolean "continuous"  in Task Node "Move to Location or Actor" ...

Query Params are ignored when using EQS

UE - AI - Jun 26, 2019

Trying to set the Bool Match as a Query Param causes the value to not be recognized. It just thinks the value is whatever default value it has instead of reading it from the params set in the Behavi ...

Packaged Dedicated Server will not regenerate navmesh around instanced mesh

UE - AI - Jun 6, 2019

The foliage instanced mesh, as well as ISM and HISM components both appears to be unable to export navmesh data for generation once we introduce a change in the contents. This error only shows up in ...

Smart Nav Links created via Load Level Instance are broken, but Simple Nav Links are fine

UE - AI - May 20, 2019

Maps brought in via Load Level Instance that contain Nav Link Proxys configured to use the Smart Link instead of the Simple Link end up creating a link at the center of the world instead of their ac ...

Broken Composite Decorator

UE - AI - May 14, 2019

Reported by Square Enix on UDN, ...

Gameplay Debugger doesn't work in ShooterGame when "Run Dedicated Server" is checked

UE - AI - May 10, 2019

The Gameplay Debugger does not function in ShooterGame when "Run Dedicated Server" is checked. This issue only affects ShooterGame and works as expected in a Blank project or if "Run Dedicated Serve ...

GetTeamAttitudeTowards is called before AI Controller can spawn and gets a null value

UE - AI - May 6, 2019

Licensee is experiencing an issue where GetTeamAttitude is being called before the AI Controller's Construction event. This results in the warning "GetTeamAttitudeTowards - Pawn is null!" being outp ...

Stale PerceptualData in AIPerceptionComponent

UE - AI - May 6, 2019

Also, reported here: https://udn.unrealengine.com/questions/497277/stale-perceptualdata-in-aiperceptioncomponent.html ...

Cannot set auto success range to an invalid value in the AIPerception component

UE - AI - May 3, 2019

When modifying the value of "Auto Success Range from Last Seen Location" to a value that is not it's default, you can not set it back to its default -1 one value. This was reported and tested in 4 ...

Array index out of range with StopTree

UE - AI - Mar 26, 2019

Crashes when exiting PIE while executing multiple async tasks. By explicitly executing EndTask and FinishAbort of RecieveAbort, this caused by performing out-of-range in array access to InstanceStac ...