FIntPoint::FIntPoint

Create and initialize a new instance with the specified coordinates.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntPoint.h"

Syntax

FIntPoint
(
    int32 InX,
    int32 InY
)

Remarks

Create and initialize a new instance with the specified coordinates.

Parameters

Parameter

Description

InX

The x-coordinate.

InY

The 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