|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
A utility class for generating ArticyLocalizer code from import data. More...
#include <ArticyLocalizerGenerator.h>
Static Public Member Functions | |
| static void | GenerateCode (const UArticyImportData *Data, FString &OutFile) |
| Generates the ArticyLocalizer class from the given import data. | |
A utility class for generating ArticyLocalizer code from import data.
|
static |
Generates the ArticyLocalizer class from the given import data.
This function creates necessary code files for the ArticyLocalizer and updates project configurations to include required directories.
| Data | The import data used to generate the ArticyLocalizer. |
| OutFile | The name of the output file generated by the process. |