Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include |
#include "Internationalization/Text.h" |
template<typename T>
static void UnregisterTextGenerator()
Unregisters a standard text generator factory function.
This function can be used if the class has a public static FName member named "TypeID".
Parameter |
Description |
---|---|
T |
the text generator class type |