operator*

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

FQuat

 

operator*

(
    const FQuat& Q
)

Gets the result of multiplying this by another quaternion (this * Q).

Public function Const

FVector

 

operator*

(
    const FVector& V
)

Rotate a vector by this quaternion.

Public function Const

FMatrix

 

operator*

(
    const FMatrix& M
)

Multiply this by a matrix.

Public function Const

FQuat

 

operator*

(
    const float Scale
)

Get the result of scaling this quaternion.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss