|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyEditorCommands.h>
Public Member Functions | |
| FArticyEditorCommands () | |
| virtual void | RegisterCommands () override |
Public Attributes | |
| TSharedPtr< FUICommandInfo > | OpenArticyImporter |
| TSharedPtr< FUICommandInfo > | OpenArticyGvDebugger |
FArticyEditorCommands is responsible for registering and managing commands used by the Articy Editor plugin.
|
inline |
Constructor for FArticyEditorCommands. Initializes the command set with context and style information.
|
overridevirtual |
Registers the commands used by this command set.
Registers the commands used by the Articy Editor plugin. This method is called to define and bind the commands to the actions they perform.
| TSharedPtr<FUICommandInfo> FArticyEditorCommands::OpenArticyGvDebugger |
Command for opening the Articy Global Variables Debugger.
| TSharedPtr<FUICommandInfo> FArticyEditorCommands::OpenArticyImporter |
Command for opening the Articy Importer window.