|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Generates expresso scripts and methods for Articy import data. More...
#include <ExpressoScriptsGenerator.h>
Static Public Member Functions | |
| static void | GenerateCode (const UArticyImportData *Data, FString &OutFile) |
| Generates code for the Articy expresso scripts class. | |
| static FString | GetFilename (const UArticyImportData *Data) |
| Returns the filename of the generated expresso scripts class (with extension). | |
Generates expresso scripts and methods for Articy import data.
|
static |
Generates code for the Articy expresso scripts class.
Manages the code generation process for the expresso scripts, including user methods and global variables.
| Data | The import data used for code generation. |
| OutFile | The output filename for the generated code. |
This function manages the code generation process for the expresso scripts, including user methods and global variables.
| Data | The import data used for code generation. |
| OutFile | The output filename for the generated code. |
|
static |
Returns the filename of the generated expresso scripts class (with extension).
Generates the filename for the expresso scripts based on the import data.
| Data | The import data used for filename generation. |
This function generates the filename for the expresso scripts based on the import data.
| Data | The import data used for filename generation. |