FTextLocalizationResourceGenerator::GenerateLocResAndUpdateLiveEntriesFromConfig

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.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/TextLocalizationResourceGenerator.h

Include

#include "TextLocalizationResourceGenerator.h"

Source

/Engine/Source/Developer/Localization/Private/TextLocalizationResourceGenerator.cpp

Syntax

static bool GenerateLocResAndUpdateLiveEntriesFromConfig
(
    const FString & InConfigFilePath,
    const EGenerateLocResFlags InGenerateFlags
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss