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