How to perform your own Text Shaping/Text Layout
TextGenerator Base Class
UCLASS()
class TEXTANIMATORFEBUCCI_API UYourTextGenerator : public UBaseTextGenerator
{
//[...]TextGenerator Properties
ShapeText Method
LayoutGlyphs Method
OnBeforeRenderingGlyphs Method
Creating and pluggin a TextGenerator
