FText::RegisterTextGenerator

Registers a standard text generator factory function.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Internationalization/Text.h"

Syntax

template<typename T>
static void RegisterTextGenerator
(
    FName TypeID
)

Remarks

Registers a standard text generator factory function.

Parameters

Parameter

Description

T

the text generator class type

TypeID

the name under which to register the factor function