unreal.IntRect¶
- class unreal.IntRect(min: IntPoint = Ellipsis, max: IntPoint = Ellipsis)¶
Bases:
StructBaseAn 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]