FIntPoint::FIntPoint

Create and initialize a new instance with a single int.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntPoint.h"

Syntax

FIntPoint
(
    int32 InXY
)

Remarks

Create and initialize a new instance with a single int. Both X and Y will be initialized to this value

Parameters

Parameter

Description

InXY

The x and y-coordinate.

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