You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
In the ANavigationData::RebuildAll() flow, NavDataGenerator->RebuildAll() is called and it releases the detour navmesh to make a new one. In that flow, the new dtNavMesh params where never sets, causing m_bvQuantFactor to be 0 and navmesh queries to fail. (not that RebuildAll() flow can be called automatically when bNavigationAutoUpdateEnabled is enabled in editor) #jira UE-139610 #rb Stephen.Holmes #preflight 61e9643e276892ce10921113 #ROBOMERGE-AUTHOR: aris.theophanidis #ROBOMERGE-SOURCE: CL 18673754 in //UE5/Release-5.0/... via CL 18674060 via CL 18674106 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v902-18672795) [CL 18674160 by aris theophanidis in ue5-main branch]