[AI] Navmesh does not generate correctly on a plane that has a slope of 45 degrees or more.

UE - AI - Navigation - Sep 23, 2022

Navmesh generation appears to have issues handling terrain and planes that are at 45 degree or steeper angles even if the agent max slope is set to allow for such movement. While the issue occurs at ...

[AI] Navmesh does not generate correctly on a negatively scaled ISM.

UE - AI - Navigation - Aug 16, 2022

Setting a single axis of an ISM negative results in navmesh not being generated on top of it. However, setting 2 axes to negative scale does have the navmesh generate as is expected.  Also see more ...

[AI] NavModifierComponent includes non-navigation relevant primitive components in its navigation bounds calculation.

UE - AI - Navigation - Aug 8, 2022

If an actor contains multiple primitive components, it uses all of them for calculating navigation bounds even if some of the primitives are not marked as navigation relevant. Toggling navigation re ...

[AI] PathFollowingComponent HasReachedInternal always returns false if agent's capsule height is 0 or nearly 0.

UE - AI - Navigation - Jun 21, 2022

The result is that nothing states why the path returns blocked or pathfinding stops. There should be a log of at least a warning about the improper capsule setup. ...

When SimpleLink and SmartLink are enabled, CustomLinkId is sometimes missing.

UE - AI - Navigation - Jun 21, 2022

If trying to find NavLinkProxy with SimpleLink and SmartLink enabled by searching the path,  sometimes CustomLink is not found (CustomLinkId=0). Since only one NavLinkProxy is located on the level, ...

[AI] Crash while loading navmesh with async static mesh compilation enabled

UE - AI - Navigation - Jun 16, 2022

I tried 10+ times but am unable to get this to reproduce locally. Licensee reports that this is a rare crash for them. ...

Foliage Instance Static Meshes do not affect the Navmesh

UE - AI - Navigation - Apr 25, 2022

Foliage Instance Static Meshes do not affect the Navmesh. I tried changing the Custom Navigable Geometry to 'Yes' & 'Even if Not Collidable' but got the same results. Repro Rate: 4/4 Tested this i ...

Transformed convex collision generates wrong navmesh

UE - AI - Navigation - Apr 25, 2022

[Link Removed] The mesh in the repro project contains a transformed convex collision, which can be moved freely in the mesh editor, so the transform must be applied in following code block. (Also se ...

"Navmesh needs to be rebuilt" error message while running a Listen Server and Client

UE - AI - Navigation - Mar 1, 2022

Navmeshes produce a "Navmesh Needs to be rebuilt" error while running a Listen Server and a Client. ...