How to expose UNavigationSystem::OnNavigationBoundsUpdated?

Hey,
For anyone coming here in the future, I have the solution.

I had exactly the same problem. I generate the world procedurally in my game, and the standard max limit size for a single NavMeshBounds volume does not work for me.

So I went through all the nodes in UE5.5.4 regarding navigation and found that you can globally access ‘get navigation system’ and then call On navigation Bounds Updated after moving your NavMeshBounds.

Just place a few ‘NavMeshBoundsVolumes’ in the game and move them around. I believe these can be referenced only in the level blueprint.

This code is in level blueprint.

Result: