unreal.SlateIMSliderParams¶
- class unreal.SlateIMSliderParams(min: float = 0.0, max: float = 0.0, step: float = 0.0)¶
Bases:
StructBaseSlate IMSlider Params
C++ Source:
Plugin: SlateIM
Module: SlateIM
File: SlateIMParameters.h
Editor Properties: (see get_editor_property/set_editor_property)
max(float): [Read-Write] The maximum value of the slidermin(float): [Read-Write] The minimum value of the sliderstep(float): [Read-Write] The smallest incremental change that can be made to the slider’s value