Spawned AI Pawn does not move on NavMesh

Hey,

I have a Character Blueprint that uses NavMesh to move around the level. It works fine when added manually in the editor but when spawned through blueprint it does not move.

The AI controller of this BP has a fixed location for testing purpose (the placed one works, the other does not):

Here’s the blueprint that spawn it:

Also, I have this configured to the AI pawn:

348905-pawn.png

Any idea of what could be wrong?

I solved it by adding a Delay node just after BeginPlay.

1 Like

This is the solution.