FTextLocalizationResourceGenerator::GenerateLocRes

Given a loc text helper, generate a compiled LocRes resource for the given culture.

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 GenerateLocRes
(
    const FLocTextHelper & InLocTextHelper,
    const FString & InCultureToGenerate,
    const EGenerateLocResFlags InGenerateFlags,
    const FTextKey & InLocResID,
    FTextLocalizationResource & OutPlatformAgnosticLocRes,
    TMap< FName, TSharedRef< FTextLocalizationResource >> & OutPerPlatformLocRes,
    const int32 InPriority
)

Remarks

Given a loc text helper, generate a compiled LocRes resource for the given culture.

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