Break PolyglotTextData

Break PolyglotTextData

Windows
MacOS
Linux

Adds a node that breaks a 'PolyglotTextData' into its member fields

Break PolyglotTextData
Polyglot Text Data
Category
Native Culture
Namespace
Key
Native String
Localized Strings
Is Minimal Patch

Inputs

Polyglot Text Data
Polyglot Text Data Structure (by ref)

Outputs

Category
ELocalizedTextSourceCategory Enum

The category of this polyglot data. @note This affects when and how the data is loaded into the text localization manager.

Native Culture
String

The native culture of this polyglot data. @note This may be empty, and if empty, will be inferred from the native culture of the text category.

Namespace
String

The namespace of the text created from this polyglot data. @note This may be empty.

Key
String

The key of the text created from this polyglot data. @note This must not be empty.

Native String
String

The native string for this polyglot data. @note This must not be empty (it should be the same as the originally authored text you are trying to replace).

Localized Strings
Map of Strings to Strings

Mapping between a culture code and its localized string. @note The native culture may also have a translation in this map.

Is Minimal Patch
Boolean

True if this polyglot data is a minimal patch, and that missing translations should be ignored (falling back to any LocRes data) rather than falling back to the native string.

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