unreal.AudioMaterialSliderStyle

class unreal.AudioMaterialSliderStyle(material: MaterialInterface = Ellipsis, desired_size: Vector2f = Ellipsis, slider_background_color: LinearColor = Ellipsis, slider_background_accent_color: LinearColor = Ellipsis, slider_value_main_color: LinearColor = Ellipsis, slider_handle_main_color: LinearColor = Ellipsis, slider_handle_outline_color: LinearColor = Ellipsis, text_box_style: AudioTextBoxStyle = Ellipsis)

Bases: AudioMaterialWidgetStyle

Represents the appearance of an Audio Material Slider

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioMaterialSlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • desired_size (Vector2f): [Read-Write] Desired Draw size of the rendered material

  • material (MaterialInterface): [Read-Write] Material used to render the Slate

  • slider_background_accent_color (LinearColor): [Read-Write] The slider Bar’s Background Accent color value. Can be thought as the slider’s Inner Shadow color value.

  • slider_background_color (LinearColor): [Read-Write] The slider Bar’s Background color value.

  • slider_handle_main_color (LinearColor): [Read-Write] The slider Handle’s Main color value.

  • slider_handle_outline_color (LinearColor): [Read-Write] The slider Handle’s Outline color value.

  • slider_value_main_color (LinearColor): [Read-Write] The slider’s Color value representing the slider’s Output Value amount.

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

property slider_background_accent_color: LinearColor

[Read-Write] The slider Bar’s Background Accent color value. Can be thought as the slider’s Inner Shadow color value.

Type:

(LinearColor)

property slider_background_color: LinearColor

[Read-Write] The slider Bar’s Background color value.

Type:

(LinearColor)

property slider_handle_main_color: LinearColor

[Read-Write] The slider Handle’s Main color value.

Type:

(LinearColor)

property slider_handle_outline_color: LinearColor

[Read-Write] The slider Handle’s Outline color value.

Type:

(LinearColor)

property slider_value_main_color: LinearColor

[Read-Write] The slider’s Color value representing the slider’s Output Value amount.

Type:

(LinearColor)

property text_box_style: AudioTextBoxStyle

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

Type:

(AudioTextBoxStyle)