unreal.SlateIMSpinBoxInt32Params

class unreal.SlateIMSpinBoxInt32Params(min: int | None = Ellipsis, max: int | None = Ellipsis)

Bases: StructBase

Slate IMSpin Box Int 32Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property max: int | None

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

Type:

(Optional[int32])

property min: int | None

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

Type:

(Optional[int32])