I already ported the RichTextBlock to UMG, but know I want to research the RichTextEdit. An example can be found in the STestSuite which contains a WISYWIG editor workalike. Analyzing the Slate structure shows me that the text input is a normal MultiLineTextBox, but looking through the whole code confuses me somehow. Can someone (maybe Nick Darnell?) maybe explain the structure on this (e.g. the way the MultiLineTextBox gets the formatting)?
Thanks