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

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.

Detailed Description

Generates global variables code and assets for Articy import data.

Member Function Documentation

◆ GenerateAsset()

void GlobalVarsGenerator::GenerateAsset ( const UArticyImportData * Data)
static

Generates the Articy global variables asset based on import data.

Creates the project-specific global variables asset for Articy.

Parameters
DataThe import data used for asset generation.

This function creates the project-specific global variables asset for Articy.

Parameters
DataThe import data used for asset generation.

◆ GenerateCode()

void GlobalVarsGenerator::GenerateCode ( const UArticyImportData * Data,
FString & OutFile )
static

Generates code for Articy global variables based on import data.

Creates header files for global variables, organizing them into namespaces as needed.

Parameters
DataThe import data used for code generation.
OutFileThe output filename for the generated code.

This function creates header files for global variables, organizing them into namespaces as needed.

Parameters
DataThe import data used for code generation.
OutFileThe output filename for the generated code.

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