Rotation Help. Adding Rotators Together Problem

Hi.

I’m working on a first person puzzle game and have run into some problems with rotations.
The player is able to pick up a box using a physics handle.
Whilst holding the box I use to players control rotation to set the boxes rotation so that you are facing the front face of the box.
I need the WSAD buttons to rotate the box so that you are facing the other box faces.

I played around with having a rotator variable that is added to by the WSAD buttons and then added to the control rotation to set the boxes rotation but after the first move it gets messed up.

Anyone got any ideas?

Many Thanks

Steve

Hi,

I think some more detail would be good. Maybe a screenshot to see whats going on or a screenshot from Blueprint / Node setup?

Otherwise I would check if the rotation is applied correct (local, world) or if you have to rotate around an axis.

Kind Regards

freakxnet