Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioOscilloscopePanelStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioOscilloscopePanelStyle.h |
| Include | #include "AudioOscilloscopePanelStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioOscilloscopePanelStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SAudioOscilloscopePanelWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFixedSampleSequenceRulerStyle | TimeRulerStyle | The time rule style. | |
| FTriggerThresholdLineStyle | TriggerThresholdLineStyle | The triggerthreshold line style. | |
| FSampledSequenceValueGridOverlayStyle | ValueGridStyle | The value grid style. | |
| FSampledSequenceViewerStyle | WaveViewerStyle | The waveform view style. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAudioOscilloscopePanelStyle & | GetDefault () |
||
| const FName | GetTypeName () |
||
| FAudioOscilloscopePanelStyle & | SetTimeRulerStyle
(
const FFixedSampleSequenceRulerStyle& InTimeRulerStyle |
||
| FAudioOscilloscopePanelStyle & | SetTriggerThresholdLineStyle
(
const FTriggerThresholdLineStyle& InTriggerThresholdLineStyle |
||
| FAudioOscilloscopePanelStyle & | SetValueGridStyle
(
const FSampledSequenceValueGridOverlayStyle& InValueGridStyle |
||
| FAudioOscilloscopePanelStyle & | SetWaveViewerStyle
(
const FSampledSequenceViewerStyle& InWaveViewerStyle |
Constants
| Name | Description |
|---|---|
| OnNewTimeRulerStyle | |
| OnNewValueGridOverlayStyle | |
| OnNewWaveformViewerStyle | |
| TypeName |