My actor is placed at world 0,0,0.
I do not want to move my actor.
How do I move my player controller to focus on my actor?
Any leads what I should be looking for
Thanks
My actor is placed at world 0,0,0.
I do not want to move my actor.
How do I move my player controller to focus on my actor?
Any leads what I should be looking for
Thanks
I’m not sure if this question is phrased right, as the Player Controller is a non-physical actor in your scene, you don’t usually want to place it in your scene. You can select to have a Pawn be auto-possessed in a scene by selecting that pawn in the editor, and under the details tab, opening up the Pawn category and selecting to have a player number auto-possess it.
However, if you’re interested in making a character part of your game mode which spawns automatically, you should have your Default Pawn Class set to your character in your project settings, under “Maps & Modes”. That way, the desired Pawn will spawn at a player spawn when you test play, or when you right click in a map to say “play from here”.