Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | FLogDashboardViewFactory |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/LogDashboardViewFactory.h |
| Include Path | #include "Views/LogDashboardViewFactory.h" |
Syntax
class FLogDashboardViewFactory : public UE::Audio::Insights::IDashboardViewFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLogDashboardViewFactory() |
Views/LogDashboardViewFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLogDashboardViewFactory() |
Views/LogDashboardViewFactory.h |
Structs
| Name | Remarks |
|---|---|
| FLogCategoryCollector |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CategoryCollector | FLogCategoryCollector | Views/LogDashboardViewFactory.h |
Functions
Public
Overridden from IDashboardViewFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EDefaultDashboardTabStack GetDefaultTabStack() |
Views/LogDashboardViewFactory.h | ||
virtual FText GetDisplayName() |
Views/LogDashboardViewFactory.h | ||
virtual FSlateIcon GetIcon() |
Views/LogDashboardViewFactory.h | ||
virtual FName GetName() |
Views/LogDashboardViewFactory.h | ||
virtual TSharedRef< SWidget > MakeWidget
(
TSharedRef< SDockTab > OwnerTab, |
Views/LogDashboardViewFactory.h |