Hello i want to be able to have a third person controller in a waiting area of a map but when you press a key your queued up for a race. when the race is ready to start i want the player to be able to spawn in a vehicle on the track then race. when the race is finished return back to the waiting area? any help would be appreciated.
an example would be Garrys mod where there the have a game mode called gmr.
Careful, GameMode is a very specific term in UE4, and I don’t think you want to be modifying the GameMode to accomplish this. Read up on the relationship between Pawns and Controllers in the engine.
In essence, you will want to change Pawns during gameplay, in this case from a person walking around the pit area to a race car. This is done by having the currently active Controller possessing the race car pawn.
OK I got that but now I need help que up for the race. I can press a key to do it but only one car will spawn. How to set a que timer