unreal.SlateIMSliderParams

class unreal.SlateIMSliderParams(min: float = 0.0, max: float = 0.0, step: float = 0.0)

Bases: StructBase

Slate 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 slider

  • min (float): [Read-Write] The minimum value of the slider

  • step (float): [Read-Write] The smallest incremental change that can be made to the slider’s value

property max: float

[Read-Write] The maximum value of the slider

Type:

(float)

property min: float

[Read-Write] The minimum value of the slider

Type:

(float)

property step: float

[Read-Write] The smallest incremental change that can be made to the slider’s value

Type:

(float)