FIntRect::FIntRect

Constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntRect.h"

Syntax

FIntRect
(
    int32 X0,
    int32 Y0,
    int32 X1,
    int32 Y1
)

Remarks

Constructor

Parameters

Parameter

Description

X0

Minimum X coordinate.

Y0

Minimum Y coordinate.

X1

Maximum X coordinate.

Y1

Maximum 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