Hey,
Tryin' to figure out how to place a spawn point for a custom pawn in the editor. The thing is it's a different pawn than the player uses. Basically, I have a PlayerStart which is where the player starts, and I need spawn points for the different kinds of enemies, as in a single player game. I looked through the PlayerStart actor properties and couldn't find anything about which pawn to use, and didn't find anything like SpawnPoint or something in the Actor Browser. Am I missing something, or can this not be done in the editor? Thanks.
Tryin' to figure out how to place a spawn point for a custom pawn in the editor. The thing is it's a different pawn than the player uses. Basically, I have a PlayerStart which is where the player starts, and I need spawn points for the different kinds of enemies, as in a single player game. I looked through the PlayerStart actor properties and couldn't find anything about which pawn to use, and didn't find anything like SpawnPoint or something in the Actor Browser. Am I missing something, or can this not be done in the editor? Thanks.
Comment