Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | FAudioMetersPanelDashboardViewFactory |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/AudioMetersPanelDashboardViewFactory.h |
| Include Path | #include "Views/AudioMetersPanelDashboardViewFactory.h" |
Syntax
class FAudioMetersPanelDashboardViewFactory :
public UE::Audio::Insights::IDashboardViewFactory ,
public TSharedFromThis< FAudioMetersPanelDashboardViewFactory >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FAudioMetersPanelDashboardViewFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioMetersPanelDashboardViewFactory() |
Views/AudioMetersPanelDashboardViewFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAudioMetersPanelDashboardViewFactory() |
Views/AudioMetersPanelDashboardViewFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioMeterViews | TMap< uint32, TSharedRef< SAudioMeterView > > | Views/AudioMetersPanelDashboardViewFactory.h | ||
| AudioMeterWidgetsContainer | TSharedPtr< SHorizontalBox > | Views/AudioMetersPanelDashboardViewFactory.h | ||
| AudioMeterWidgetsScrollBox | TSharedPtr< SScrollBox > | Views/AudioMetersPanelDashboardViewFactory.h |
Functions
Public
Overridden from IDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EDefaultDashboardTabStack GetDefaultTabStack() |
Views/AudioMetersPanelDashboardViewFactory.h | ||
virtual FText GetDisplayName() |
Views/AudioMetersPanelDashboardViewFactory.h | ||
virtual FSlateIcon GetIcon() |
Views/AudioMetersPanelDashboardViewFactory.h | ||
virtual FName GetName() |
Views/AudioMetersPanelDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > MakeWidget
(
TSharedRef< SDockTab > OwnerTab, |
Views/AudioMetersPanelDashboardViewFactory.h |