Navigation
API > API/Editor > API/Editor/UnrealEd
Global editor common commands Note: There is no real global command concept, so these must still be registered in each editor
| Name | FGlobalEditorCommonCommands |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Toolkits/GlobalEditorCommonCommands.h |
| Include Path | #include "Toolkits/GlobalEditorCommonCommands.h" |
Syntax
class FGlobalEditorCommonCommands : public TCommands< FGlobalEditorCommonCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FGlobalEditorCommonCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGlobalEditorCommonCommands() |
Toolkits/GlobalEditorCommonCommands.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FGlobalEditorCommonCommands() |
Toolkits/GlobalEditorCommonCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FindInContentBrowser | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| OpenConsoleCommandBox | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| OpenContentBrowserDrawer | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| OpenDocumentation | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| OpenFindInAllBlueprints | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| OpenLevel | TSharedPtr< FUICommandInfo > | Level file commands | Toolkits/GlobalEditorCommonCommands.h | |
| OpenOutputLogDrawer | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SelectNextConsoleExecutor | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SummonControlTabNavigation | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SummonControlTabNavigationAlternate | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SummonControlTabNavigationBackwards | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SummonControlTabNavigationBackwardsAlternate | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SummonOpenAssetDialog | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h | ||
| SummonOpenAssetDialogAlternate | TSharedPtr< FUICommandInfo > | Toolkits/GlobalEditorCommonCommands.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Toolkits/GlobalEditorCommonCommands.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void MapActions
(
TSharedRef< FUICommandList >& ToolkitCommands |
Toolkits/GlobalEditorCommonCommands.h | ||
static void OnOpenContentBrowserDrawer() |
Toolkits/GlobalEditorCommonCommands.h | ||
static void OnOpenFindInAllBlueprints() |
Toolkits/GlobalEditorCommonCommands.h | ||
static void OnOpenOutputLogDrawer() |
Toolkits/GlobalEditorCommonCommands.h | ||
static void OnPressedCtrlTab
(
TSharedPtr< FUICommandInfo > TriggeringCommand |
Toolkits/GlobalEditorCommonCommands.h | ||
static void OnSummonedAssetPicker() |
Toolkits/GlobalEditorCommonCommands.h | ||
static void OnSummonedConsoleCommandBox() |
Toolkits/GlobalEditorCommonCommands.h | ||
static TSharedPtr< IMenu > OpenPopupMenu
(
TSharedRef< SWidget > WindowContents, |
Toolkits/GlobalEditorCommonCommands.h | ||
static TSharedRef< SDockTab > SpawnAssetPicker
(
const FSpawnTabArgs& InArgs |
Toolkits/GlobalEditorCommonCommands.h |