FQuat::operator*=

Multiply this quaternion by a scaling factor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FQuat operator*=
(
    const float Scale
)

Remarks

Multiply this quaternion by a scaling factor.

Returns

a reference to this after scaling.

Parameters

Parameter

Description

Scale

The scaling factor.

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