third person character does not move anymore.

Hi there,
there are similar questions out there and i really did some digging before posting this but till now i did not find a solution for this issue.
My Character won’t move anymore. (I’m not sure but it think this happend after i dropped the third person actor bp into the world to see a certain pose and get those transform informations for later use)
Playing in new editor window lets the player spawn where i placed the player start and i can still rotate the camera around and up and down. Also the “idle” animation i have set in the anim bp works well.

Here some info:

  • Engine version 4.27.2
  • i recently implemented the playstation 4 dualshock controller but everything worked fine
  • i did not make a separate controller bp. The axis mappings are used in my character bp
  • It does not matter where i set the player start inside the level. still no moving or falling if set somewhere above the ground
  • i’m pretty sure there is no collision issue that prevents the player from moving
  • as far as i know i didn’t change anything about the default maps&modes (also checked if this is set correctly)
  • the “Add movement input” spits out strings so axis mapping works fine i guess
  • when i duplicate the character BP movement with the duplicate works as it should…

Solved the issue…