unreal.AudioMaterialKnobStyle¶
- class unreal.AudioMaterialKnobStyle(material: MaterialInterface = Ellipsis, desired_size: Vector2f = Ellipsis, knob_main_color: LinearColor = Ellipsis, knob_accent_color: LinearColor = Ellipsis, knob_shadow_color: LinearColor = Ellipsis, knob_smooth_bevel_color: LinearColor = Ellipsis, knob_indicator_dot_color: LinearColor = Ellipsis, knob_edge_fill_color: LinearColor = Ellipsis, knob_bar_color: LinearColor = Ellipsis, knob_bar_shadow_color: LinearColor = Ellipsis, knob_bar_fill_min_color: LinearColor = Ellipsis, knob_bar_fill_mid_color: LinearColor = Ellipsis, knob_bar_fill_max_color: LinearColor = Ellipsis, knob_bar_fill_tint_color: LinearColor = Ellipsis, text_box_style: AudioTextBoxStyle = Ellipsis)¶
Bases:
AudioMaterialWidgetStyleRepresents the appearance of an Audio Material Knob
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 materialknob_accent_color(LinearColor): [Read-Write] The knob’s Accent color value.knob_bar_color(LinearColor): [Read-Write] The knob Bar’s Color value.knob_bar_fill_max_color(LinearColor): [Read-Write] The knob Bar’s Fill color value representing the Ending section of the fill.knob_bar_fill_mid_color(LinearColor): [Read-Write] The knob Bar’s Fill color value representing the Middle section of the fill.knob_bar_fill_min_color(LinearColor): [Read-Write] The knob Bar’s Fill color value representing the Starting section of the fill.knob_bar_fill_tint_color(LinearColor): [Read-Write] The knob Bar Fill color’s Tint value.knob_bar_shadow_color(LinearColor): [Read-Write] The knob Bar’s Shadow color value.knob_edge_fill_color(LinearColor): [Read-Write] The knob’s Edge Fill color value.knob_indicator_dot_color(LinearColor): [Read-Write] The knob’s Indicator Dot color value.knob_main_color(LinearColor): [Read-Write] The knob’s Main color value.knob_shadow_color(LinearColor): [Read-Write] The knob’s Shadow color value.knob_smooth_bevel_color(LinearColor): [Read-Write] The knob’s Smooth Bevel color value.material(MaterialInterface): [Read-Write] Material used to render the Slatetext_box_style(AudioTextBoxStyle): [Read-Write] The style to use for the audio text box widget.
- property knob_accent_color: LinearColor¶
[Read-Write] The knob’s Accent color value.
- Type:
- property knob_bar_color: LinearColor¶
[Read-Write] The knob Bar’s Color value.
- Type:
- property knob_bar_fill_max_color: LinearColor¶
[Read-Write] The knob Bar’s Fill color value representing the Ending section of the fill.
- Type:
- property knob_bar_fill_mid_color: LinearColor¶
[Read-Write] The knob Bar’s Fill color value representing the Middle section of the fill.
- Type:
- property knob_bar_fill_min_color: LinearColor¶
[Read-Write] The knob Bar’s Fill color value representing the Starting section of the fill.
- Type:
- property knob_bar_fill_tint_color: LinearColor¶
[Read-Write] The knob Bar Fill color’s Tint value.
- Type:
- property knob_bar_shadow_color: LinearColor¶
[Read-Write] The knob Bar’s Shadow color value.
- Type:
- property knob_edge_fill_color: LinearColor¶
[Read-Write] The knob’s Edge Fill color value.
- Type:
- property knob_indicator_dot_color: LinearColor¶
[Read-Write] The knob’s Indicator Dot color value.
- Type:
- property knob_main_color: LinearColor¶
[Read-Write] The knob’s Main color value.
- Type:
- property knob_shadow_color: LinearColor¶
[Read-Write] The knob’s Shadow color value.
- Type:
- property knob_smooth_bevel_color: LinearColor¶
[Read-Write] The knob’s Smooth Bevel color value.
- Type:
- property text_box_style: AudioTextBoxStyle¶
[Read-Write] The style to use for the audio text box widget.
- Type: