How to start game at camera position?

I’m working on my title screen for my project but i have no clue how to start the using this camera. Any simple way to do this?

Hi oAnubus,

My first thought is to create a Pawn (and add a camera to that pawn) - Then drop the pawn into the level and possess it.

Then when you want to start the game you’d spawn and/or possess the main pawn/character.

If you end up going with that setup, let us know if you run into troubles from it.

1 Like

Thank you very much, this method helped alot!

1 Like