operator*

[FVector](API\Runtime\Core\Math\FVector) inline functions Multiplies a vector by a scaling factor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

FVector operator*
(
    float Scale,
    const FVector & V
)

Remarks

FVector inline functions Multiplies a vector by a scaling factor.

Returns

Result of multiplication.

Parameters

Parameter

Description

Scale

Scaling factor.

V

Vector to scale.

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