FRotator::operator*=

Multiply this rotator by a scaling factor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Rotator.h"

Syntax

FRotator operator*=
(
    float Scale
)

Remarks

Multiply this rotator by a scaling factor.

Returns

Copy of the rotator 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