unreal.AudioOscilloscopePanelStyle

class unreal.AudioOscilloscopePanelStyle(time_ruler_style: FixedSampleSequenceRulerStyle = Ellipsis, value_grid_style: SampledSequenceValueGridOverlayStyle = Ellipsis, wave_viewer_style: SampledSequenceViewerStyle = Ellipsis, trigger_threshold_line_style: TriggerThresholdLineStyle = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an SAudioOscilloscopePanelWidget

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioOscilloscopePanelStyle.h

Editor Properties: (see get_editor_property/set_editor_property)

  • time_ruler_style (FixedSampleSequenceRulerStyle): [Read-Write] The time rule style.

  • trigger_threshold_line_style (TriggerThresholdLineStyle): [Read-Write] The triggerthreshold line style.

  • value_grid_style (SampledSequenceValueGridOverlayStyle): [Read-Write] The value grid style.

  • wave_viewer_style (SampledSequenceViewerStyle): [Read-Write] The waveform view style.

property time_ruler_style: FixedSampleSequenceRulerStyle

[Read-Write] The time rule style.

Type:

(FixedSampleSequenceRulerStyle)

property trigger_threshold_line_style: TriggerThresholdLineStyle

[Read-Write] The triggerthreshold line style.

Type:

(TriggerThresholdLineStyle)

property value_grid_style: SampledSequenceValueGridOverlayStyle

[Read-Write] The value grid style.

Type:

(SampledSequenceValueGridOverlayStyle)

property wave_viewer_style: SampledSequenceViewerStyle

[Read-Write] The waveform view style.

Type:

(SampledSequenceViewerStyle)