Navigation
API > API/Developer > API/Developer/Localization
Utility functions for generating compiled LocMeta (Localization MetaData Resource) and LocRes (Localization Resource) files from source localization data
| Name | FTextLocalizationResourceGenerator |
| Type | class |
| Header File | /Engine/Source/Developer/Localization/Public/TextLocalizationResourceGenerator.h |
| Include Path | #include "TextLocalizationResourceGenerator.h" |
Syntax
class FTextLocalizationResourceGenerator
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GenerateLocMeta
(
const FLocTextHelper& InLocTextHelper, |
Given a loc text helper, generate a compiled LocMeta resource. | TextLocalizationResourceGenerator.h | |
static bool GenerateLocRes
(
const FLocTextHelper& InLocTextHelper, |
Given a loc text helper, generate a compiled LocRes resource for the given culture. | TextLocalizationResourceGenerator.h | |
static bool GenerateLocResAndUpdateLiveEntriesFromConfig
(
const FString& InConfigFilePath, |
Given a config file, generate a compiled LocRes resource for the active culture and use it to update the live-entries in the localization manager. | TextLocalizationResourceGenerator.h |