I have an object that I need to rotate counter-clockwise on Rotation Z (Yaw). If I set the yaw higher than -90.0 it rotates clockwise instead. The ‘Force Shortest Rotation Path’ bool is not ticked. Ticking or unticking it makes no difference, the shortest rotation path is ALWAYS chosen so basically this bool does absolutely nothing.
Steps to reproduce:
- Create a blueprint.
- Add a Cube.
- In the Event Graph add the Move To Component node. Set the Cube as the Component. Set Target Relative Rotation Z (Yaw) to -270.0.
- Leave ‘Force Shortest Rotation Path’ unticked.
- Cube rotates clockwise by 90 degrees instead of counter clockwise by 270.
Also, is there an alternative to using ‘Move Component To’ that I can use to move and rotate a component or some sort of workaround?