ITextGenerator

Interface to an object that generates a localized string.

Windows
MacOS
Linux

Inheritance Hierarchy

ITextGenerator

FTextGeneratorBase

References

Module

Core

Header

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

Include

#include "Internationalization/ITextGenerator.h"

Syntax

class ITextGenerator

Remarks

Interface to an object that generates a localized string.

Destructors

Name Description

Public function Virtual

~ITextGenerator()

Functions

Name Description

Public function Const

FString

 

BuildInvariantDisplayString()

Produces the display string for the invariant culture.

Public function Const

FString

 

BuildLocalizedDisplayString()

Produces the display string. This can be called multiple times if the language changes.

Public function Const

FName

 

GetTypeID()

Gets the type ID of this generator.

Public function

void

 

Serialize

(
    FStructuredArchive::FRecord Record
)

Serializes this generator.

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