Is there a reliable replacement for the Quaternion math in blueprints?

Hello ! Blueprint node “Combine Rotators” is in reality making a quaternion rotation !

Here is the proof : When you call this node, it converts both rotators to Quaternions (FQuat), multiplies them, and returns the result as a Rotator !

Hope it helped :wink: