[AI] Changing NavMesh Resolution in config file does not update the quantFactor of existing navmesh

UE - AI - Navigation - Aug 6, 2025

When we changed the resolution in the config, if you open a map and then look at the navmesh, the resolution it shows is the updated one from the config (assuming you haven't overridden anything) ...

NavMesh generation should not care for Actors that are hidden in the Editor.

UE - AI - Navigation - Aug 5, 2025

The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...

[AI] Automatically generated navlinks do not contain the poly flag for being a navlink.

UE - AI - Navigation - Jul 16, 2025

Automatically generated navlinks are failing to be detected by FNavMeshNodeFlags::IsNavLink. The area flag assigned to the navlink end points is not including the NavLinkFlag. ...

[AI] Crash when gathering heightfield geometry on worker thread

UE - AI - Navigation - Jun 25, 2025

From the body of the ticket: We aim to do as much of the work off the game thread as possible to avoid impacting frame rate. We've recently found a crash during collection of the geometry slices fr ...

[AI] Spatially loaded objects in a WP map that are unloaded do not contribute to the navmesh when Build Paths is run

UE - AI - Navigation - Jun 23, 2025

Using Build Paths does not create a navmesh that also includes any Actors or Objects that are unloaded and spatially loaded. The navigation system appears to load the world within the navigable boun ...

[AI] Area Class to Replace does not work on SplineNavModifierComponent

UE - AI - Navigation - Jun 16, 2025

The SplineNavModifierComponent does not have the same behavior as regular nav modifier components where the modifier can specify that it only replaces a given NavArea class. Setting the area class t ...

Navigation mesh is generated ignoring collision for ISM added by construction script

UE - AI - Navigation - Apr 15, 2025

When opening a map with ISM in place, NavOctree is not updated because the ISM bounds are assumed invalid and the geometry is not taken into account in the navmesh build.  The following log output i ...

[AI] The ZoneGraph show flag is in the ZoneGraphEditor module but used during runtime in ZoneGraph module

UE - AI - Navigation - Mar 18, 2025

The show flag for ZoneGraph lives in the ZoneGraphEditor module, but it is used for debugging at runtime by the main ZoneGraph module. There are protections around the type of build and some for EDI ...

TRASH_Comp in Octree that missing unregister

UE - AI - Navigation - Feb 25, 2025

the reproduce video and project are in the slack links: Slack Link: [Link Removed] ...

[AI] Warning for invalid bounds on ANavLinkProxy

UE - AI - Navigation - Feb 18, 2025

Using ANavLinkProxy's smart link but removing all of the simple links results in warnings in the logs for invalid bounds. The smart link is not set to be enabled until after the navigation element i ...