unreal.Box2f

class unreal.Box2f

Bases: StructBase

A rectangular 2D Box. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathBox2D.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_valid (bool): [Read-Write]

  • max (Vector2f): [Read-Write]

  • min (Vector2f): [Read-Write]