Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | FSoundPlotsDashboardViewFactory |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/SoundPlotsDashboardViewFactory.h |
| Include Path | #include "Views/SoundPlotsDashboardViewFactory.h" |
Syntax
class FSoundPlotsDashboardViewFactory :
public UE::Audio::Insights::IDashboardViewFactory ,
public TSharedFromThis< FSoundPlotsDashboardViewFactory >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSoundPlotsDashboardViewFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSoundPlotsDashboardViewFactory() |
Views/SoundPlotsDashboardViewFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnProcessPlotData | FDelegateHandle | Views/SoundPlotsDashboardViewFactory.h | ||
| OnUpdatePlotSelection | FDelegateHandle | Views/SoundPlotsDashboardViewFactory.h | ||
| OnUpdatePlotVisibility | FDelegateHandle | Views/SoundPlotsDashboardViewFactory.h | ||
| PlotsWidget | TSharedPtr< FSoundPlotsWidgetView > | Views/SoundPlotsDashboardViewFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitPlots
(
const TSharedRef< FSoundDashboardViewFactory > SoundsDashboard |
Views/SoundPlotsDashboardViewFactory.h |
Overridden from IDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EDefaultDashboardTabStack GetDefaultTabStack() |
Views/SoundPlotsDashboardViewFactory.h | ||
virtual FText GetDisplayName() |
Views/SoundPlotsDashboardViewFactory.h | ||
virtual FSlateIcon GetIcon() |
Views/SoundPlotsDashboardViewFactory.h | ||
virtual FName GetName() |
Views/SoundPlotsDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > MakeWidget
(
TSharedRef< SDockTab > OwnerTab, |
Views/SoundPlotsDashboardViewFactory.h |