Making character rotate with wasd

I am sorry for not being specific enough, but I need the camera to stop rotating along the character as well. Question updated.

to make camera at specific angle/distance, you need to set it every tick.

For example you can create function and add it tick event. In this function you will get camera or spring arm and set desired World Rotation.

Thanks a lot

I have seen a similar thread before and someone did answer the question, but it didn’t work for me. I am trying to make a top down game and want to make my character rotate in the direction it is moving. All the tutorials use the mouse for rotation but I want to do that exclusively with the wasd keys and I want the camera to stay still without rotating along the character.

In character class turn off “Use Controller Rotation Yaw”, if its checked. Then turn on “Orient Rotation to Movement”.