ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
ArticyLocalizerGenerator Class Reference

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.

Detailed Description

A utility class for generating ArticyLocalizer code from import data.

Member Function Documentation

◆ GenerateCode()

void ArticyLocalizerGenerator::GenerateCode ( const UArticyImportData * Data,
FString & OutFile )
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.

Parameters
DataThe import data used to generate the ArticyLocalizer.
OutFileThe name of the output file generated by the process.

The documentation for this class was generated from the following files:
  • Source/ArticyEditor/Private/CodeGeneration/ArticyLocalizerGenerator.h
  • Source/ArticyEditor/Private/CodeGeneration/ArticyLocalizerGenerator.cpp