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:
AudioMaterialWidgetStyleRepresents 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 materialmaterial(MaterialInterface): [Read-Write] Material used to render the Slateslider_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:
- property slider_background_color: LinearColor¶
[Read-Write] The slider Bar’s Background color value.
- Type:
- property slider_handle_main_color: LinearColor¶
[Read-Write] The slider Handle’s Main color value.
- Type:
- property slider_handle_outline_color: LinearColor¶
[Read-Write] The slider Handle’s Outline color value.
- Type:
- property slider_value_main_color: LinearColor¶
[Read-Write] The slider’s Color value representing the slider’s Output Value amount.
- Type:
- property text_box_style: AudioTextBoxStyle¶
[Read-Write] The style to use for the audio text box widget.
- Type: