FIntPoint::operator*

Get the result of scaling on this point.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntPoint.h"

Syntax

FIntPoint operator*
(
    int32 Scale
) const

Remarks

Get the result of scaling on this point.

Returns

A new scaled int point.

Parameters

Parameter

Description

Scale

What to multiply the point by.

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