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 sliderslider_background_color
(SlateColor): [Read-Write] Color used to draw the slider backgroundslider_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 barslider_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 backgroundwidget_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:
- 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:
- property slider_style: SliderStyle¶
[Read-Write] The style to use for the underlying SSlider.
- Type:
- property slider_thumb_color: SlateColor¶
[Read-Write] Color used to draw the slider thumb (handle)
- Type:
- property text_box_style: AudioTextBoxStyle¶
[Read-Write] The style to use for the audio text box widget.
- Type:
- property widget_background_color: SlateColor¶
[Read-Write] Color used to draw the widget background
- Type:
- property widget_background_image: SlateBrush¶
[Read-Write] Image for the widget background
- Type: