Actor stuck in ground when in press Play

When i press Play button instead of having a ThirdPersonCamera looking at my Actor, i have it stuck in ground and cannot even move it.
This is start picture:

I tried to change location at Begin Play and Tick Events but nothing helps, its always stuck in same spot.
Here is picture:

i realy dont know what is causing this problem…I also tried searching similar problems, but i didnt find any solutions…

This is game mode:

1: Add your game mode to Project settings → maps & modes → Default Game Mode.

2: Additionally, under world settings, you will have an option to override gamemode. You could also set it up from there if you want to use different a gamemode per level.

Hello, i dont have any “my” game modes, the path you said leads me to ThirdPersonGameMode as selected in Default Game Mode.

Under world settings GameMode Override is set to “None”.

I dont want to change any GameModes, i created new project just to test some mechanics in ThirdPerson, but this problem occured and i have no clue what is going on. As i said, i tried to force a location change with “Set Actor Location” in Tick and Begin Play Events, but it does not help.