Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | FAudioEventLogDashboardViewFactory |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/AudioEventLogDashboardViewFactory.h |
| Include Path | #include "Views/AudioEventLogDashboardViewFactory.h" |
Syntax
class FAudioEventLogDashboardViewFactory : public UE::Audio::Insights::FTraceObjectTableDashboardViewFactory
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FTraceTableDashboardViewFactory → FTraceObjectTableDashboardViewFactory → FAudioEventLogDashboardViewFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioEventLogDashboardViewFactory() |
Views/AudioEventLogDashboardViewFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAudioEventLogDashboardViewFactory() |
Views/AudioEventLogDashboardViewFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioEventLogTraceProvider | TSharedPtr< FAudioEventLogTraceProvider > | Views/AudioEventLogDashboardViewFactory.h | ||
| AutoStopCachingMode | EAutoStopCachingMode | Views/AudioEventLogDashboardViewFactory.h | ||
| bAutoScroll | bool | Views/AudioEventLogDashboardViewFactory.h | ||
| BeginTimestamp | double | Views/AudioEventLogDashboardViewFactory.h | ||
| CachedCustomEventSettings | TMap< FString, FAudioEventLogCustomEvents > | Views/AudioEventLogDashboardViewFactory.h | ||
| CommandList | TSharedPtr< FUICommandList > | Views/AudioEventLogDashboardViewFactory.h | ||
| DashboardWidget | TSharedPtr< SWidget > | Views/AudioEventLogDashboardViewFactory.h | ||
| EventFilterTypes | TMap< FString, FEventLogFilterID > | Views/AudioEventLogDashboardViewFactory.h | ||
| FilterBar | TSharedPtr< SAudioFilterBar< FEventLogFilterID > > | Views/AudioEventLogDashboardViewFactory.h | ||
| FilterCategories | TMap< FString, TSharedPtr< FFilterCategory > > | Views/AudioEventLogDashboardViewFactory.h | ||
| FocusedItem | TWeakPtr< IDashboardDataViewEntry > | Views/AudioEventLogDashboardViewFactory.h | ||
| InitEventTypeFilters | const TMap< FString, TSet< FString > > | Views/AudioEventLogDashboardViewFactory.h | ||
| SettingsAreaWidget | TSharedPtr< SWidget > | Views/AudioEventLogDashboardViewFactory.h | ||
| VisibleColumnsSettingsMenu | TSharedPtr< FVisibleColumnsSettingsMenu< FAudioEventLogVisibleColumns > > | Views/AudioEventLogDashboardViewFactory.h |
Functions
Public
Overridden from FTraceTableDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Views/AudioEventLogDashboardViewFactory.h | |||
virtual void RefreshFilteredEntriesListView() |
Views/AudioEventLogDashboardViewFactory.h |
Overridden from IDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EDefaultDashboardTabStack GetDefaultTabStack() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual FText GetDisplayName() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual FSlateIcon GetIcon() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual FName GetName() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > MakeWidget
(
TSharedRef< SDockTab > OwnerTab, |
Views/AudioEventLogDashboardViewFactory.h |
Protected
Overridden from FTraceObjectTableDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > MakeAssetMenuBar() |
Views/AudioEventLogDashboardViewFactory.h |
Overridden from FTraceTableDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ClearSelectionOnClick() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual TSharedPtr< SWidget > CreateFilterBarButtonWidget() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > CreateFilterBarWidget() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > CreateSettingsButtonWidget() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual bool EnableHorizontalScrollBox() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual const TMap< FName, FTraceTableDashboardViewFactory::FColumnData > & GetColumns() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual const FTableRowStyle * GetRowStyle() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual bool IsColumnSortable
(
const FName& ColumnId |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual TSharedPtr< SWidget > OnConstructContextMenu() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual void OnFinishedScrolling() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > OnGetSettingsMenuContent() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual FText OnGetSettingsMenuToolTip() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual void OnHiddenColumnsListChanged() |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual void OnListViewScrolled
(
double InScrollOffset |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual void OnSelectionChanged
(
TSharedPtr< IDashboardDataViewEntry > SelectedItem, |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual void ProcessEntries
(
FTraceTableDashboardViewFactory::EProcessReason Reason |
Views/AudioEventLogDashboardViewFactory.h | ||
virtual void SortTable() |
Views/AudioEventLogDashboardViewFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Views/AudioEventLogDashboardViewFactory.h |