unreal.AudioSliderStyle

class unreal.AudioSliderStyle(slider_style: SliderStyle = Ellipsis, text_box_style: AudioTextBoxStyle = Ellipsis, widget_background_image: SlateBrush = Ellipsis, slider_background_color: SlateColor = Ellipsis, slider_background_size: Vector2D = Ellipsis, label_padding: float = 0.0, slider_bar_color: SlateColor = Ellipsis, slider_thumb_color: SlateColor = Ellipsis, widget_background_color: SlateColor = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an Audio Slider

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioWidgetsSlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • label_padding (float): [Read-Write] Size of the padding between the label and the slider

  • slider_background_color (SlateColor): [Read-Write] Color used to draw the slider background

  • slider_background_size (Vector2D): [Read-Write] Size of the slider background (slider default is vertical)

  • slider_bar_color (SlateColor): [Read-Write] Color used to draw the slider bar

  • slider_style (SliderStyle): [Read-Write] The style to use for the underlying SSlider.

  • slider_thumb_color (SlateColor): [Read-Write] Color used to draw the slider thumb (handle)

  • text_box_style (AudioTextBoxStyle): [Read-Write] The style to use for the audio text box widget.

  • widget_background_color (SlateColor): [Read-Write] Color used to draw the widget background

  • widget_background_image (SlateBrush): [Read-Write] Image for the widget background

property label_padding: float

[Read-Write] Size of the padding between the label and the slider

Type:

(float)

property slider_background_color: SlateColor

[Read-Write] Color used to draw the slider background

Type:

(SlateColor)

property slider_background_size: Vector2D

[Read-Write] Size of the slider background (slider default is vertical)

Type:

(Vector2D)

property slider_bar_color: SlateColor

[Read-Write] Color used to draw the slider bar

Type:

(SlateColor)

property slider_style: SliderStyle

[Read-Write] The style to use for the underlying SSlider.

Type:

(SliderStyle)

property slider_thumb_color: SlateColor

[Read-Write] Color used to draw the slider thumb (handle)

Type:

(SlateColor)

property text_box_style: AudioTextBoxStyle

[Read-Write] The style to use for the audio text box widget.

Type:

(AudioTextBoxStyle)

property widget_background_color: SlateColor

[Read-Write] Color used to draw the widget background

Type:

(SlateColor)

property widget_background_image: SlateBrush

[Read-Write] Image for the widget background

Type:

(SlateBrush)