Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SAudioOscilloscopePanelWidget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioOscilloscopePanelWidget.h |
| Include Path | #include "SAudioOscilloscopePanelWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAudioOscilloscopePanelWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SAudioOscilloscopePanelWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SAudioOscilloscopePanelWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SAudioOscilloscopePanelWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & HideSequenceRuler
(
const TAttribute< bool >& InAttribute |
Whether the sequence ruler should be drawn or not | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & HideTriggerThresholdLine
(
const TAttribute< bool >& InAttribute |
Whether the trigger threshold line should be drawn or not | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & HideValueGrid
(
const TAttribute< bool >& InAttribute |
Whether the value grid should be drawn or not | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & PanelLayoutType
(
EAudioPanelLayoutType InArg |
If we want to set the basic or advanced layout | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & PanelStyle
(
const FAudioOscilloscopePanelStyle* InArg |
Oscilloscope Panel widget style | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & SequenceRulerDisplayUnit
(
EXAxisLabelsUnit InArg |
Sequence ruler display unit | SAudioOscilloscopePanelWidget.h | |
SLATE_DEFAULT_SLOT
(
FArguments, |
Whether the sequenbce grid should be drawn or not | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & ValueGridMaxDivisionParameter
(
uint32 InArg |
Maximum number of divisions in the value grid | SAudioOscilloscopePanelWidget.h | |
WidgetArgsType & YAxisLabelsUnit
(
const TAttribute< EYAxisLabelsUnit >& InAttribute |
Whether the value grid values are linear or in dB | SAudioOscilloscopePanelWidget.h |