Disable mouse rotation during movement

Hey, how can I disable player rotation (The top down PC rotates in the direction of the mouse cursor which I will use for aiming) whilst they are in motion?

At the moment, the PC looks like they are skating backwards if movement is input and the mouse location moves to the opposite side. This is how I’ve input the rotation into the PlayerCharacter BP.

Thanks!

This is difficult to know without knowing what kind of movement you are using to move the character.
You mentioned top down. Does that mean you are clicking on the screen somewhere and the character moves where the cursor hit?

yessir that’s it. Here’s my Controller setup:

If you hook this up to your rotate function does it help?

1 Like

Works, Thank you!

1 Like