FIntVector::operator*

Gets the result of scaling on 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
) const

Remarks

Gets the result of scaling on this point.

Returns

A new scaled int point.

Parameters

Parameter

Description

Scale

What to multiply the point by.