I made a simple scene, added a BSP spiral stair, and a Nav Mesh Volume.
I see the green nav mesh on the flat ground, and going up the stair.
Then I took another BSP Spiral stair, exported it as a static mesh, made a blueprint from it, and add it to the scene.
The Nav Mesh updates just fine. (in the editor)
Then took my player blueprint and made it so F7 spawns the sprial stair 10 meters away from the player along the camera forward vector.
So I can spawn in spiral stair static meshes and walk up and down them. I can make the stair spawn above the ground, party submerged in the ground etc.
Problem: The Green Nav Mesh does not update after the stair is spawned in in-game.
Question: Is there some call like “RecalculateNavMesh” that would cause the nav mesh to update in-game?
I need this because we will be adding buildings on-the-fly after the game starts and they need to participate in the nav mesh interaction with NPCs.