Player start

Hello everyone.

Ive been wondering how the game defines what object to start at the playerstart positions. Im not entirely sure how it defines what object is the player. And in the case that you have to tell it yourself. How do i do this?

Thanks

It is set in the GameMode.

You can just override the Controller and Pawn class in the mode for the Kit you started with, or you can make a new game mode. The level needs to be set to using your gamemode.

The default gamemode is set, go to Edit, then Project Settings, then Maps and Modes. Or, go to the Settings Menu and select it there. Also, for the map itself select World Settings, you can set the Game Mode just for that map there.

Oh nice. Now i also need to look into gamemodes. Thanks nonetheless.