unreal.SlateIMSpinBoxInt32Params¶
- class unreal.SlateIMSpinBoxInt32Params(min: int | None = Ellipsis, max: int | None = Ellipsis)¶
Bases:
StructBaseSlate 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).