|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Generates global variables code and assets for Articy import data. More...
#include <GlobalVarsGenerator.h>
Static Public Member Functions | |
| static void | GenerateCode (const UArticyImportData *Data, FString &OutFile) |
| Generates code for Articy global variables based on import data. | |
| static void | GenerateAsset (const UArticyImportData *Data) |
| Generates the Articy global variables asset based on import data. | |
Generates global variables code and assets for Articy import data.
|
static |
Generates the Articy global variables asset based on import data.
Creates the project-specific global variables asset for Articy.
| Data | The import data used for asset generation. |
This function creates the project-specific global variables asset for Articy.
| Data | The import data used for asset generation. |
|
static |
Generates code for Articy global variables based on import data.
Creates header files for global variables, organizing them into namespaces as needed.
| Data | The import data used for code generation. |
| OutFile | The output filename for the generated code. |
This function creates header files for global variables, organizing them into namespaces as needed.
| Data | The import data used for code generation. |
| OutFile | The output filename for the generated code. |