Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization > FText > RegisterTextGenerator
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include | #include "Internationalization/Text.h" |
template<typename T>
static void RegisterTextGenerator
&40;
FName TypeID
&41;
Remarks
Registers a standard text generator factory function.
Parameters
Name | Description |
---|---|
T | the text generator class type |
TypeID | the name under which to register the factor function |