FIntPoint

Overload list

Windows
MacOS
Linux
Name Description

Public function

FIntPoint()

Default constructor (no initialization).

Public function

FIntPoint

(
    int32 InXY
)

Create and initialize a new instance with a single int.

Public function

FIntPoint

(
    EForceInit
)

Create and initialize a new instance to zero.

Public function

FIntPoint

(
    int32 InX,
    int32 InY
)

Create and initialize a new instance with the specified coordinates.

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