How can I spawn a pawn that moves in one direction across the map?

I’m trying to make a tower defender but i got stuck with spawning pawns that goes to the other side of the map (just a plain map like swing ninja) i took a look in swing ninja’s blueprints but i found that to be rather complicated.

Howdy!

Have you taken a look at the Content Examples? Look at the NavMesh map, there are several simple examples there that should point you in the right direction. If you are simply looking for moving a character from point A to point B, this would probably be the best place to start.

-W