So I have a character on a map I’m making and whenever I hit the play button its like I’m in the editor view. I cant move my character, he does nothing and I fly around with a camera view… HELP PLEASE I would like to get back to work on my game and would like to know just whats going on ASAP!
Might not be the greatest answer but here’s 2 suggestions:
Make sure the character is placed / dropped in the level.
If that doesn’t solve it remove the character from the level and:
In the Level Blueprint create an Event PostLogin > Spawn Actor From Class (your character, location, ect.) > Possess, Enable Input (or something like that… maybe Set Input? )
I’m not sure if I did what you meant but its still not working, and I tried replacing the player start in my level. Sorry to bother you I still haven’t quite got the hang of blueprint.
Have you made sure that you have an PlayerStart in the level and have set it to your gamemode in “Blueprints”(at the top of the level editor) then on “gamemode” on either Project Settings or World Override?
I have the same problem and still haven’t found a solution.
It only works when I click put a player pawn and click “lauch from here”.
*I’m using the download “Shooter Game”
select the character in the level then go to the details panel and look for the pawn section. within the pawn section look for auto posses player and set it to player zero. this will bypass the default pawn to spawn that the other answers are saying to use.