Player is Spawning but cant move, using default first person

like its spawning the character but i cant move or look around with it

its using a first person template and even adding a new first person template still doesn’t work


Hi Natan, Welcome to the Forums,

My first thought is to check your ‘Default input classes’ (Project Settings → Input) and make sure they are set to ‘enhanced input’

If you don’t see those “enhanced” listed, enable the Enhanced Input Plugin.

Cheers

1 Like

its enabled already

Do you have an instance of a blueprint turning on input to “UI ONLY” anywhere in you scene (see if you can find it by reference anywhere in you project).

Perhaps you are in ui mode only during a begin play somewhere, that would cancel any character input.

i dont

You could try spawning your character manually in the game modes on post logon event and spawn & possess them manually and see it that makes a difference.

Hello Nata, did you find the solution, I have the same problem

Make sure your Level is using the correct GameMode.

1 Like