Multiply(FQuaternion, FQuaternion) | Return the result of two quaternions multiplied by one another. |
Multiply(FQuaternion, FVector3) | Return the result of a quaternion multiplied by a vector. |
Multiply(FQuaternion, Single) | Return the result of a quaternion multiplied by a scalar value. |
Multiply(Single, FQuaternion) | Return the result of a quaternion multiplied by a scalar. |