Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | FDashboardAssetCommands |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/AudioInsightsDashboardAssetCommands.h |
| Include Path | #include "AudioInsightsDashboardAssetCommands.h" |
Syntax
class FDashboardAssetCommands : public TCommands< FDashboardAssetCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FDashboardAssetCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDashboardAssetCommands() |
AudioInsightsDashboardAssetCommands.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BrowserSync | TSharedPtr< FUICommandInfo > | Selects the sound in the content browser. | AudioInsightsDashboardAssetCommands.h | |
| Open | TSharedPtr< FUICommandInfo > | Opens the sound asset in the content browser. | AudioInsightsDashboardAssetCommands.h | |
| Start | TSharedPtr< FUICommandInfo > | Starts the trace session & enables the required audio channels on. | AudioInsightsDashboardAssetCommands.h | |
| Stop | TSharedPtr< FUICommandInfo > | Stops the trace session & disables the required audio channels off. | AudioInsightsDashboardAssetCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddAssetCommands
(
FToolBarBuilder& OutToolbarBuilder |
AudioInsightsDashboardAssetCommands.h | ||
virtual TSharedPtr< const FUICommandInfo > GetBrowserSyncCommand() |
AudioInsightsDashboardAssetCommands.h | ||
virtual TSharedPtr< const FUICommandInfo > GetOpenCommand() |
AudioInsightsDashboardAssetCommands.h | ||
virtual TSharedPtr< const FUICommandInfo > GetStartCommand() |
AudioInsightsDashboardAssetCommands.h | ||
virtual TSharedPtr< const FUICommandInfo > GetStopCommand() |
AudioInsightsDashboardAssetCommands.h |
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
AudioInsightsDashboardAssetCommands.h |