operator*

[FRotator](API\Runtime\Core\Math\FRotator) inline functions Scale a rotator and return.

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,
    const FRotator & R
)

Remarks

FRotator inline functions Scale a rotator and return.

Returns

Scaled rotator.

Parameters

Parameter

Description

Scale

scale to apply to R.

R

rotator to be scaled.

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