|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
A utility class for generating ArticyType structures from import data. More...
#include <ArticyTypeGenerator.h>
Static Public Member Functions | |
| static void | GenerateCode (const UArticyImportData *Data, FString &OutFile) |
| Generates code for the ArticyType structure from the given import data. | |
| static void | GenerateAsset (const UArticyImportData *Data) |
| Generates an Articy type asset from the given import data. | |
A utility class for generating ArticyType structures from import data.
|
static |
Generates an Articy type asset from the given import data.
Generates an Articy type asset from import data.
This function creates a new ArticyTypeSystem asset based on the provided import data and populates it with type information.
| Data | The import data used to generate the Articy type asset. |
This function creates a new ArticyTypeSystem asset based on the provided import data, populates it with type information, and registers it with the asset registry.
| Data | The import data used to generate the Articy type asset. |
|
static |
Generates code for the ArticyType structure from the given import data.
Generates code for the ArticyType class from import data.
This function creates a header file for the ArticyTypeSystem using the provided import data and sets the output file name.
| Data | The import data used to generate the ArticyType structure. |
| OutFile | The output file name for the generated code. |
This function creates a header file for the ArticyTypeSystem based on the provided import data and updates the output file name.
| Data | The import data used to generate the ArticyType class. |
| OutFile | The output file name for the generated code. |