Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization > ITextGenerator
- ITextGenerator::GetTypeID()
- FTextGeneratorBase::GetTypeID()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/ITextGenerator.h |
Include | #include "Internationalization/ITextGenerator.h" |
FName GetTypeID&40;&41; const
Remarks
Gets the type ID of this generator. The type ID is used to reconstruct this type for serialization and must be registered with FText::RegisterTextGeneratorFactory().
See Also
FText::RegisterTextGeneratorFactory()