unreal.Synth2DSliderStyle

class unreal.Synth2DSliderStyle(normal_thumb_image: SlateBrush = Ellipsis, disabled_thumb_image: SlateBrush = Ellipsis, normal_bar_image: SlateBrush = Ellipsis, disabled_bar_image: SlateBrush = Ellipsis, background_image: SlateBrush = Ellipsis, bar_thickness: float = 0.0)

Bases: SlateWidgetStyle

Represents the appearance of an SSynth2DSlider

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: Synth2DSliderStyle.h

Editor Properties: (see get_editor_property/set_editor_property)

  • background_image (SlateBrush): [Read-Write]

  • bar_thickness (float): [Read-Write]

  • disabled_bar_image (SlateBrush): [Read-Write]

  • disabled_thumb_image (SlateBrush): [Read-Write] Image to use for the 2D handle

  • normal_bar_image (SlateBrush): [Read-Write]

  • normal_thumb_image (SlateBrush): [Read-Write] Image to use for the 2D handle

property background_image: SlateBrush

[Read-Write]

Type:

(SlateBrush)

property bar_thickness: float

[Read-Write]

Type:

(float)

property disabled_bar_image: SlateBrush

[Read-Write]

Type:

(SlateBrush)

property disabled_thumb_image: SlateBrush

[Read-Write] Image to use for the 2D handle

Type:

(SlateBrush)

property normal_bar_image: SlateBrush

[Read-Write]

Type:

(SlateBrush)

property normal_thumb_image: SlateBrush

[Read-Write] Image to use for the 2D handle

Type:

(SlateBrush)