Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Toolkits
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FGlobalEditorCommonCommands
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Toolkits/GlobalEditorCommonCommands.h |
| Include | #include "Toolkits/GlobalEditorCommonCommands.h" |
Syntax
class FGlobalEditorCommonCommands : public TCommands< FGlobalEditorCommonCommands >
Remarks
Global editor common commands Note: There is no real global command concept, so these must still be registered in each editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | FindInContentBrowser | ||
| TSharedPtr< FUICommandInfo > | OpenConsoleCommandBox | ||
| TSharedPtr< FUICommandInfo > | OpenContentBrowserDrawer | ||
| TSharedPtr< FUICommandInfo > | OpenDocumentation | ||
| TSharedPtr< FUICommandInfo > | OpenOutputLogDrawer | ||
| TSharedPtr< FUICommandInfo > | SelectNextConsoleExecutor | ||
| TSharedPtr< FUICommandInfo > | SummonControlTabNavigation | ||
| TSharedPtr< FUICommandInfo > | SummonControlTabNavigationAlternate | ||
| TSharedPtr< FUICommandInfo > | SummonControlTabNavigationBackwards | ||
| TSharedPtr< FUICommandInfo > | SummonControlTabNavigationBackwardsAlternate | ||
| TSharedPtr< FUICommandInfo > | SummonOpenAssetDialog | ||
| TSharedPtr< FUICommandInfo > | SummonOpenAssetDialogAlternate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MapActions
(
TSharedRef< FUICommandList >& ToolkitCommands |
||
| void | |||
| void | |||
| void | OnPressedCtrlTab
(
TSharedPtr< FUICommandInfo > TriggeringCommand |
||
| void | |||
| void | |||
| TSharedPtr< IMenu > | OpenPopupMenu
(
TSharedRef< SWidget > WindowContents, |
||
| TSharedRef< SDockTab > | SpawnAssetPicker
(
const FSpawnTabArgs& InArgs |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |