Player Rotation Using Keyboard?

Hey guys,

I am very new to the Unreal engine and I have a question about player rotation.

I want the A and D keys to be able to rotate a character along the ball of their foot. Holding D will rotate the character clockwise and holding A will rotate the character counter-clockwise.

How do I achieve this?

Thanks in advance.

do you mean rotating the character left to right?

Yes, exactly.

The Unreal Engine Blueprint tutorial playlist

Hey, thanks a lot for the video. I’ve managed to get it working now :D. Somehow I managed to miss those Blueprint tutorials, so thanks for pointing me in the right direction.