unreal.IntRect

class unreal.IntRect(min: IntPoint = Ellipsis, max: IntPoint = Ellipsis)

Bases: StructBase

An integer rectangle in 2D space. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathIntRect.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max (IntPoint): [Read-Write]

  • min (IntPoint): [Read-Write]

property max: IntPoint

[Read-Write]

Type:

(IntPoint)

property min: IntPoint

[Read-Write]

Type:

(IntPoint)