Top down look on mouse cursor

Hello everyone,

I try to make character look on mouse cursor. I have used the examples from another topics but they don’t work properly. Character rotates until I return mouse cursor on to the start position. The further the mouse cursor from start position the faster the character rotates. What did I do wrong? Need help!

Blueprint is attached.

1 Like

I’ve solved it. To prevent unlimited spin I had to make actor rotates independent of camera. I’ve unchecked Inherit Pitch, Yaw and Roll in SpringArm Camera Settings.

1 Like