NavMesh on User Created

Hello, Folks.
I’m creating a project that spawns actors that Pawns should be able to move on top using “Simple move to location”, but the navmesh volume just doesn’t adapt to the actors, even if I place them mannualy in the world.
What Should I do? I have to change something inside the actor?

103794-capture.png

Make sure your mesh has any physics collision, and that it has pawn or vehicle collision channels set to blocking. Also, to have navmesh generating in runtime make sure you have dynamic navigation enabled (in ProjectSettings).

Cheers,

–mieszko