Choose your operating system:
Windows
macOS
Linux
| ITextGenerator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/ITextGenerator.h |
Include |
#include "Internationalization/ITextGenerator.h" |
class ITextGenerator
Interface to an object that generates a localized string.
Name | Description | |
---|---|---|
|
~ITextGenerator() |
Name | Description | ||
---|---|---|---|
|
BuildInvariantDisplayString() |
Produces the display string for the invariant culture. |
|
|
BuildLocalizedDisplayString() |
Produces the display string. This can be called multiple times if the language changes. |
|
|
GetTypeID() |
Gets the type ID of this generator. |
|
|
Serialize ( |
Serializes this generator. |