unreal.AudioRadialSliderStyle

class unreal.AudioRadialSliderStyle(text_box_style=[[[56.0, 28.0], [0.0, 0.0, 0.0, 0.0], [[0.0, 0.0, 0.0, 0.0], 0], [[4.0, 4.0, 4.0, 4.0], [[0.0, 0.0, 0.0, 0.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], 0.0, SlateBrushRoundingType.FIXED_RADIUS, False], None, SlateBrushDrawType.ROUNDED_BOX, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], [[0.0, 0.0, 0.0, 0.0], 0]], center_background_color=[[0.0, 0.0, 0.0, 0.0], 0], slider_bar_color=[[0.0, 0.0, 0.0, 0.0], 0], slider_progress_color=[[0.0, 0.0, 0.0, 0.0], 0], label_padding=0.0, default_slider_radius=50.0)

Bases: unreal.SlateWidgetStyle

Represents the appearance of an Audio Radial Slider

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioWidgetsSlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • center_background_color (SlateColor): [Read-Write] Center Background Color: Color used to draw the slider center background

  • default_slider_radius (float): [Read-Write] Default Slider Radius: Default size of the slider itself (not including label)

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

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

  • slider_progress_color (SlateColor): [Read-Write] Slider Progress Color: Color used to draw the progress bar

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

property center_background_color

[Read-Write] Center Background Color: Color used to draw the slider center background

Type

(SlateColor)

property default_slider_radius

[Read-Write] Default Slider Radius: Default size of the slider itself (not including label)

Type

(float)

property label_padding

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

Type

(float)

property slider_bar_color

[Read-Write] Slider Bar Color: Color used to draw the unprogressed slider bar

Type

(SlateColor)

property slider_progress_color

[Read-Write] Slider Progress Color: Color used to draw the progress bar

Type

(SlateColor)

property text_box_style

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

Type

(AudioTextBoxStyle)