FLocalizedTemplateString::GetLocalizedText

Find a text value for the current locale (or fallback to English) from the given array of localized strings.

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h

Include

#include "TemplateProjectDefs.h"

Source

/Engine/Source/Editor/GameProjectGeneration/Private/TemplateProjectDefs.cpp

Syntax

static FText GetLocalizedText
(
    const TArray< FLocalizedTemplateString > & LocalizedStrings
)

Remarks

Find a text value for the current locale (or fallback to English) from the given array of localized strings.

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