FGlobalEditorCommonCommands

Global editor common commands Note: There is no real global command concept, so these must still be registered in each editor

Windows
MacOS
Linux

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

Constructors

Functions

Name Description

Public function Static

void

 

MapActions

(
    TSharedRef< FUICommandList >& Tool...
)

Protected function Static

void

 

OnPressedCtrlTab

(
    TSharedPtr< FUICommandInfo > Trigge...
)

Protected function Static

void

 

OnSummonedAssetPicker()

Protected function Static

void

 

OnSummonedConsoleCommandBox()

Protected function Static

TSharedPtr< ...

 

OpenPopupMenu

(
    TSharedRef< SWidget > WindowContent...,
    const FVector2D& PopupDesiredSize
)

Overridden from TCommands

Name Description

Public function Virtual

void

 

RegisterCommands()

Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss