ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyEditorCommands Class Reference

#include <ArticyEditorCommands.h>

Inheritance diagram for FArticyEditorCommands:

Public Member Functions

 FArticyEditorCommands ()
virtual void RegisterCommands () override

Public Attributes

TSharedPtr< FUICommandInfo > OpenArticyImporter
TSharedPtr< FUICommandInfo > OpenArticyGvDebugger

Detailed Description

FArticyEditorCommands is responsible for registering and managing commands used by the Articy Editor plugin.

Constructor & Destructor Documentation

◆ FArticyEditorCommands()

FArticyEditorCommands::FArticyEditorCommands ( )
inline

Constructor for FArticyEditorCommands. Initializes the command set with context and style information.

Member Function Documentation

◆ RegisterCommands()

void FArticyEditorCommands::RegisterCommands ( )
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.

Member Data Documentation

◆ OpenArticyGvDebugger

TSharedPtr<FUICommandInfo> FArticyEditorCommands::OpenArticyGvDebugger

Command for opening the Articy Global Variables Debugger.

◆ OpenArticyImporter

TSharedPtr<FUICommandInfo> FArticyEditorCommands::OpenArticyImporter

Command for opening the Articy Importer window.


The documentation for this class was generated from the following files: