I am new to Unreal and i am just trying to create a simple top down character which can move in 8 directions by WASD and will point towards the mouse
This is my Event Graph for my Character:
While the rotation and movement both work perfectly independently, once i start making my character look at my mouse while moving, whenever i apply input to move, the rotation moves slightly to the left or right of the mouse cursor. Please help, thanks.