Rotate Physics object to Rotation of the camera with Torgue on all axis

This Blueprint only Rotate on 2 axis but i need all the axis. I just cant figure this one out if. Hopefully somebody knows how to make this work on all axis :slight_smile: .

Look into quaternations, you need to find smallest rotation in desired direction (and it is what quats do, they find that delta rotation). You need to turn it back to normal rotator.