Generates project-specific Articy Database code and assets.
More...
#include <DatabaseGenerator.h>
Generates project-specific Articy Database code and assets.
◆ GenerateAsset()
Generates the Articy database asset based on import data.
- Parameters
-
| Data | The import data used for asset generation. |
- Returns
- A pointer to the generated Articy database asset.
This function creates the project-specific Articy database asset.
- Parameters
-
| Data | The import data used for asset generation. |
- Returns
- A pointer to the generated Articy database asset.
◆ GenerateCode()
| void DatabaseGenerator::GenerateCode |
( |
const UArticyImportData * | Data, |
|
|
FString & | OutFile ) |
|
static |
Generates code for the Articy database class based on import data.
- Parameters
-
| Data | The import data used for code generation. |
| OutFile | The output filename for the generated code. |
This function creates a header file for the project-specific Articy database class.
- Parameters
-
| Data | The import data used for code generation. |
| OutFile | The output filename for the generated code. |
The documentation for this class was generated from the following files:
- Source/ArticyEditor/Private/CodeGeneration/DatabaseGenerator.h
- Source/ArticyEditor/Private/CodeGeneration/DatabaseGenerator.cpp