How Can I add an actor to a Start player point from a BLANK TEMPLATE

Hello everyyone, I started with UE5 and I trying to create a game from scratch using a blank level but I dont know how to add the actor to the Start player. Every single tutorial always explain this with a template like the third person but is not what im looking for. If somebody can help me with this I will appreciate it.

1 Like

You will need:

  • a blank level
  • a Game Mode assigned to this level
  • a Pawn assigned to this :point_up: Game Mode
  • an unobstructed Player Start in the Level

The Game Mode should :crossed_fingers: then spawn the Pawn in the Level at a Player Start. Do tell in case you get stuck.


Furthermore, it’s the Game Mode that handles this behaviour:

And it can be overridden there.