Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | FSoundDashboardViewFactory |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/SoundDashboardViewFactory.h |
| Include Path | #include "Views/SoundDashboardViewFactory.h" |
Syntax
class FSoundDashboardViewFactory : public UE::Audio::Insights::FTraceTreeDashboardViewFactory
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FTraceTreeDashboardViewFactory → FSoundDashboardViewFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSoundDashboardViewFactory() |
Views/SoundDashboardViewFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSoundDashboardViewFactory() |
Views/SoundDashboardViewFactory.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnProcessPlotData | TMulticastDelegate_ThreeParams< void, const TArray< TSharedPtr< IDashboardDataTreeViewEntry > > &, const TArray< TSharedPtr< IDashboardDataTreeViewEntry > > &, const bool > | Views/SoundDashboardViewFactory.h | |
| FOnUpdatePlotSelection | TMulticastDelegate_OneParam< void, const TArray< TSharedPtr< IDashboardDataTreeViewEntry > > & > | Views/SoundDashboardViewFactory.h | |
| FOnUpdatePlotVisibility | TMulticastDelegate_OneParam< void, const TArray< TSharedPtr< IDashboardDataTreeViewEntry > > & > | Views/SoundDashboardViewFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AllFilterFlags | ESoundDashboardFilterFlags | Views/SoundDashboardViewFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnProcessPlotData | FOnProcessPlotData | Views/SoundDashboardViewFactory.h | ||
| OnUpdatePlotSelection | FOnUpdatePlotSelection | Views/SoundDashboardViewFactory.h | ||
| OnUpdatePlotVisibility | FOnUpdatePlotVisibility | Views/SoundDashboardViewFactory.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoExpandMode | ESoundDashboardAutoExpandOptions | Views/SoundDashboardViewFactory.h | ||
| bDisplayAmpPeakInDb | bool | Views/SoundDashboardViewFactory.h | ||
| bIsMuteFilteredMode | bool | Views/SoundDashboardViewFactory.h | ||
| bIsPinnedCategoryFilterEnabled | bool | Views/SoundDashboardViewFactory.h | ||
| bIsSoloFilteredMode | bool | Views/SoundDashboardViewFactory.h | ||
| bShowRecentlyStoppedSounds | bool | Views/SoundDashboardViewFactory.h | ||
| bTreeViewModeChanged | bool | Views/SoundDashboardViewFactory.h | ||
| CommandList | TSharedPtr< FUICommandList > | Views/SoundDashboardViewFactory.h | ||
| DefaultPlotRanges | FSoundPlotsDashboardPlotRanges | Views/SoundDashboardViewFactory.h | ||
| FullTree | TArray< TSharedPtr< IDashboardDataTreeViewEntry > > | Views/SoundDashboardViewFactory.h | ||
| InitVisibleColumnSettings | TOptional< FSoundDashboardVisibleColumns > | Views/SoundDashboardViewFactory.h | ||
| PinnedItemEntries | TSharedPtr< FPinnedSoundEntryWrapper > | Views/SoundDashboardViewFactory.h | ||
| RecentlyStoppedSoundTimeout | float | Views/SoundDashboardViewFactory.h | ||
| SelectedFilterFlags | ESoundDashboardFilterFlags | Views/SoundDashboardViewFactory.h | ||
| SoundsFilterBar | TSharedPtr< SWidget > | Views/SoundDashboardViewFactory.h | ||
| SoundsFilterBarButton | TSharedPtr< SWidget > | Views/SoundDashboardViewFactory.h | ||
| TreeViewingMode | ESoundDashboardTreeViewingOptions | Views/SoundDashboardViewFactory.h | ||
| VisibleColumnsSettingsMenu | TSharedPtr< FVisibleColumnsSettingsMenu< FSoundDashboardVisibleColumns > > | Views/SoundDashboardViewFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMap< FName, FSoundPlotsWidgetView::FPlotColumnInfo > GetPlotColumnInfo() |
Views/SoundDashboardViewFactory.h |
Overridden from FTraceTreeDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ProcessEntries
(
FTraceTreeDashboardViewFactory::EProcessReason Reason |
Views/SoundDashboardViewFactory.h |
Overridden from IDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EDefaultDashboardTabStack GetDefaultTabStack() |
Views/SoundDashboardViewFactory.h | ||
virtual FText GetDisplayName() |
Views/SoundDashboardViewFactory.h | ||
virtual FSlateIcon GetIcon() |
Views/SoundDashboardViewFactory.h | ||
virtual FName GetName() |
Views/SoundDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > MakeWidget
(
TSharedRef< SDockTab > OwnerTab, |
Views/SoundDashboardViewFactory.h |