Start UE5 project without any actor or preset at play

Hi guys

I would like to create a new project in UE5 without any actor in scene.
I’ve choose a empty project but when press play i’ve an instance of player controller (similar to FPS).
There is a way to start without any preset or delete the default instance? i’don’t ve find any blueprint .

Thank you

Emanule

Hi there,
Welcome.
If I understood correctly, in a blank level, go to World Settings and select “GameMode” as Game Mode Overwrite. If you press play, you can move the camera without a default player class.

This “spectator camera” is created by default with that GameMode.


You can create your Game Mode by right clicking, select Blueprint Class, then select Game Mode Base. Select none as Default Pawn Class and you will have your camera locked in the center of the level:


2 Likes