unreal.SlateIMSpinBoxDoubleParams

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

Bases: StructBase

Slate IMSpin Box Double Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • min (Optional[double]): [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[double])

property min: float | None

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

Type:

(Optional[double])