FIntVector::operator*=

Scales this point.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

FIntVector & operator*=
(
    int32 Scale
)

Remarks

Scales this point.

Returns

Reference to this point after multiplication.

Parameters

Parameter

Description

Scale

What to multiply the point by.