|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Provides console commands for the Articy Editor module in Unreal Engine. More...
#include <ArticyEditorConsoleCommands.h>
Public Member Functions | |
| FArticyEditorConsoleCommands (const FArticyEditorModule &InModule) | |
| Constructor that initializes the console commands for the given ArticyEditorModule instance. | |
| void | Reimport () |
| Reimports Articy data into Unreal Engine. | |
Provides console commands for the Articy Editor module in Unreal Engine.
This class defines and implements console commands for the Articy Editor module, allowing users to interact with and reimport Articy data into Unreal Engine through the console.
|
inlineexplicit |
Constructor that initializes the console commands for the given ArticyEditorModule instance.
| InModule | The ArticyEditorModule instance for which console commands are defined. |
|
inline |
Reimports Articy data into Unreal Engine.
This method is bound to a console command and performs the reimport operation, loading Articy data into the engine and updating the corresponding assets.