Navigation
API > API/Plugins > API/Plugins/AudioWidgets
| Name | SAudioVectorscopePanelWidget |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioVectorscopePanelWidget.h |
| Include Path | #include "SAudioVectorscopePanelWidget.h" |
Syntax
class SAudioVectorscopePanelWidget :
public SCompoundWidget ,
public IFixedSampledSequenceViewReceiver
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SAudioVectorscopePanelWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SAudioVectorscopePanelWidget
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ScaleFactorOutputKnobRange | const FVector2D | SAudioVectorscopePanelWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnDisplayPersistenceValueChanged | FOnTimeWindowValueChanged | SAudioVectorscopePanelWidget.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundBorder | TSharedPtr< SBorder > | Basic panel widgets. | SAudioVectorscopePanelWidget.h | |
| bHideValueGrid | bool | SAudioVectorscopePanelWidget.h | ||
| bIsInputWidgetTransacting | bool | SAudioVectorscopePanelWidget.h | ||
| DataView | FFixedSampledSequenceView | SAudioVectorscopePanelWidget.h | ||
| DisplayPersistenceKnob | TSharedPtr< SAudioRadialSlider > | Advanced panel widgets. | SAudioVectorscopePanelWidget.h | |
| DisplayPersistenceKnobOutputRange | FVector2D | SAudioVectorscopePanelWidget.h | ||
| DisplayPersistenceValue | float | SAudioVectorscopePanelWidget.h | ||
| PanelLayoutType | EAudioPanelLayoutType | SAudioVectorscopePanelWidget.h | ||
| PanelStyle | const FAudioVectorscopePanelStyle * | SAudioVectorscopePanelWidget.h | ||
| ScaleKnob | TSharedPtr< SAudioRadialSlider > | SAudioVectorscopePanelWidget.h | ||
| ScaleValue | float | SAudioVectorscopePanelWidget.h | ||
| SequenceVectorViewer | TSharedPtr< SFixedSampledSequenceVectorViewer > | SAudioVectorscopePanelWidget.h | ||
| ValueGridMaxDivisionParameter | uint32 | SAudioVectorscopePanelWidget.h | ||
| ValueGridOverlayXAxis | TSharedPtr< SSampledSequenceValueGridOverlay > | SAudioVectorscopePanelWidget.h | ||
| ValueGridOverlayYAxis | TSharedPtr< SSampledSequenceValueGridOverlay > | SAudioVectorscopePanelWidget.h | ||
| VectorscopeViewProportion | float | SAudioVectorscopePanelWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BuildWidget
(
const FFixedSampledSequenceView& InData, |
SAudioVectorscopePanelWidget.h | ||
void Construct
(
const FArguments& InArgs, |
SAudioVectorscopePanelWidget.h | ||
EAudioPanelLayoutType GetPanelLayoutType() |
SAudioVectorscopePanelWidget.h | ||
void SetDisplayPersistence
(
const float InDisplayPersistenceInMs |
SAudioVectorscopePanelWidget.h | ||
void SetGridVisibility
(
const bool InbIsVisible |
SAudioVectorscopePanelWidget.h | ||
void SetMaxDisplayPersistence
(
const float InMaxDisplayPersistenceInMs |
SAudioVectorscopePanelWidget.h | ||
void SetValueGridOverlayMaxNumDivisions
(
const uint32 InGridMaxNumDivisions |
SAudioVectorscopePanelWidget.h | ||
void SetVectorViewerScaleFactor
(
const float InScaleFactor |
SAudioVectorscopePanelWidget.h | ||
void UpdateSequenceVectorViewerStyle
(
const FSampledSequenceVectorViewerStyle UpdatedSequenceVectorViewerStyle |
SAudioVectorscopePanelWidget.h | ||
void UpdateValueGridOverlayStyle
(
const FSampledSequenceValueGridOverlayStyle UpdatedValueGridOverlayStyle |
SAudioVectorscopePanelWidget.h |
Overridden from IFixedSampledSequenceViewReceiver
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReceiveSequenceView
(
const FFixedSampledSequenceView InView, |
Receives and handles a sequence view. | SAudioVectorscopePanelWidget.h |