FPolyglotTextData::FPolyglotTextData

Construct this polyglot data with an identity, optionally immediately providing the source text and native culture.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/PolyglotTextData.h

Include

#include "Internationalization/PolyglotTextData.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/PolyglotTextData.cpp

Syntax

FPolyglotTextData
(
    const ELocalizedTextSourceCategory & InCategory,
    const FString & InNamespace,
    const FString & InKey,
    const FString & InNativeString,
    const FString & InNativeCulture
)

Remarks

Construct this polyglot data with an identity, optionally immediately providing the source text and native 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