[AI] Navigation System can be constructed in situations where the NavigationObjectRepository subsystem is not valid

UE - AI - Navigation - Feb 7, 2025

Investigate and fix all calls where the Navigation System is constructed without the NavigationObjectRepository subsystem being valid.  ...

[AI] "LogNavigation: Warning: UNavigationObjectRepository is required for navigation system operations" when cooking a project with validation enabled

UE - AI - Navigation - Feb 7, 2025

The cook completes with a warning for "LogNavigation: Warning: UNavigationObjectRepository is required for navigation system operations" which causes many CI pipelines to fail as they use treat warn ...

[AI] Navmesh tiles on different layers get removed while streaming out in WP Dynamic Modifiers Only navmesh

UE - AI - Navigation - Feb 6, 2025

 Streaming out the navmesh and streaming the area back into the world before the GC runs causes the navmesh streamed back into the world to only have navmesh tiles on a layer with tiles that would b ...

[AI] UE_MT_SCOPED_READ_ACCESS(NavElementAccessDetector) Fails in editor on fresh sync

UE - AI - Navigation - Jan 27, 2025

Licensees have reported failed multi-thread access code for NavElementAccessDetector in complex levels that have not finished compilation of their static meshes. The eventual failed check is inside ...

Crash when toggling the SmartLinkEnabled state of a NavLinkProxy specifically in a packaged game targeting Debug/Development

UE - AI - Navigation - Jan 24, 2025

The licensee has reported, and I was able to reproduce, that specifically in package builds targeting Development configuration, trying to toggle the SmartLinkEnabled state of a NavLinkProxy will cr ...

Navigation: Exiting game while async nav building tasks are running can cause null pointer access of OctreeController.NavOctree from worker thread

UE - AI - Navigation - Jan 14, 2025

Context Projects can turn on the project setting bDoFullyAsyncNavDataGathering to execute navigation mesh building tasks on worker threads. Some of these tasks will access the NavOctree, whose life ...

Regression - Nav mesh is not generated on BSP brushes after loading a map

UE - AI - Navigation - Jan 14, 2025

In UE 5.5, when loading a map and selecting "Build – Build Paths", the nav mesh is not generated on any BSP brushes (although it is correctly generated in static meshes). This did not happen in earl ...

Recast: FindDistanceToWall can return incorrect results on shared edges with Excluded Nav Area

UE - AI - Navigation - Jan 10, 2025

Context ARecastNavMesh::FindDistanceToWall can be used to find the closest 'wall' on a nav mesh, given a queried position. A wall can be:any boundary towards the end of the nav mesh (outer rectangl ...

Editor FPS has significant drop when moving a BSP brush in level with multiple BSPs

UE - AI - Navigation - Jan 8, 2025

Editor performance plummets when moving BSP brushes in a level with several other BSP brushes present. Navmesh regeneration is the main cause as the full bounds for all BSP are used to determine whi ...

Regression - Nav mesh is not generated on BSP brushes after loading a map

UE - AI - Navigation - Dec 18, 2024

In UE 5.5, when loading a map and selecting "Build – Build Paths", the nav mesh is not generated on any BSP brushes (although it is correctly generated in static meshes). This did not happen in earl ...