unreal.SlateIMSpinBoxFloatParams

class unreal.SlateIMSpinBoxFloatParams(min: float | None = Ellipsis, max: float | None = Ellipsis)

Bases: StructBase

Slate IMSpin Box Float Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max (Optional[float]): [Read-Write] The maximum value of the spin box(or unset for no limit).

  • min (Optional[float]): [Read-Write] The minimum value of the spin box(or unset for no limit).

property max: float | None

[Read-Write] The maximum value of the spin box(or unset for no limit).

Type:

(Optional[float])

property min: float | None

[Read-Write] The minimum value of the spin box(or unset for no limit).

Type:

(Optional[float])