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