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