FRotator::operator*

Get the result of scaling this rotator.

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

Remarks

Get the result of scaling this rotator.

Returns

The result of 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