unreal.AudioVectorscopePanelStyle

class unreal.AudioVectorscopePanelStyle(value_grid_style: SampledSequenceValueGridOverlayStyle = Ellipsis, vector_viewer_style: SampledSequenceVectorViewerStyle = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an SAudioVectorscopePanelWidget

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioVectorscopePanelStyle.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • vector_viewer_style (SampledSequenceVectorViewerStyle): [Read-Write] The vector view style.

property value_grid_style: SampledSequenceValueGridOverlayStyle

[Read-Write] The value grid style.

Type:

(SampledSequenceValueGridOverlayStyle)

property vector_viewer_style: SampledSequenceVectorViewerStyle

[Read-Write] The vector view style.

Type:

(SampledSequenceVectorViewerStyle)