FQuat::operator*

Rotate a vector by this quaternion.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Quat.h

Include

#include "Math/Quat.h"

Syntax

FVector operator*
(
    const FVector & V
) const

Remarks

Rotate a vector by this quaternion.

Returns

vector after rotation

Parameters

Parameter

Description

V

the vector to be rotated

See Also

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