UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ELocalizationConfigGenerationPolicy Namespace Reference

Enumerations

enum  Type { Never , User , Auto , Max }
 

Functions

PROJECTS_API ELocalizationConfigGenerationPolicy::Type FromString (const TCHAR *Text)
 
PROJECTS_API const TCHARToString (const ELocalizationConfigGenerationPolicy::Type Value)
 

Detailed Description

How the localization target's localization config files are generated during the localization gather pipeline.

Enumeration Type Documentation

◆ Type

Enumerator
Never 

This localization target does not have localization config files associated with it and no localization content files will be generated for it during the localizaiton pipeline.

User 

The user has provided localization config files for this localization target and they will be used to generate the localization content files for the localization target.

Auto 

Temporary localization config files will be generated for the localization target during the localization pipeline to generate the localization content files. After the localization pipeline is complete, the temporary files will be deleted.

Max 

NOTE: If you add a new value, make sure to update the ToString() method below!.

Function Documentation

◆ FromString()

ELocalizationConfigGenerationPolicy::Type ELocalizationConfigGenerationPolicy::FromString ( const TCHAR Text)

Converts a string to a ELocalizationConfigGenerationPolicy::Type value

Parameters
Thestring to convert to a value
Returns
The corresponding value, or 'Max' if the string is not valid.

◆ ToString()

const TCHAR * ELocalizationConfigGenerationPolicy::ToString ( const ELocalizationConfigGenerationPolicy::Type  Value)

Returns the name of a ELocalizationConfigGenerationPolicy::Type

Parameters
Thevalue to convert to a string
Returns
The string representation of this enum value