Hello.
I try to change font style in Multi-Line Text Box widget but it not work. I finded same issue in Text Box widget and it fixed and work fine now. In MultiLineEditableTextBox.h i find this lines:
//TODO UMG Add Set ReadOnlyForegroundColor
//TODO UMG Add Set BackgroundColor
//TODO UMG Add Set ForegroundColor
//TODO UMG Add Set Font
//TODO UMG Add Set Justification
Last 3 lines very important for my project. Please implement its in current (4.16) or next version. May be you know how fix it locally?
Thanks for quick reply. I create new project in UE 4.15.2 and add widget to viewport. Multi-Line TextBox have same issues. In new project ForegroundColor work fine. Sorry for misinformation... Font attributes not changing. And "Justification" property access for read only (blueprint)...
1. Create widget with Multi-Line Text Box
2. Add it ot viewport
3. Apply Set Style node to Multi-Line Text Box and change any parameters in Font node
4. Run project
5. Type some text in Multi-Line Text Box
I noticed that you have more than one issue, as well as a request. I the future you will need to make separate threads for each issue/request for tracking purposes. I was able to reproduce the issues above and I have written up request to expose “Set Justification”. I have provided links to the public tracker. Please feel free to use the link provided for future updates.
Hi Rudy, was it fixed now? In which UE version? Changing the font parameter in blueprint fro Multi-line textbox was an issue from years ago, and I wonder why developers haven’t fixed this very simple bug.
I spent several hours trying to figure out what was going on with this re: the normal editable text box. I’m going to check the source now and see if it’s the same thing (4.23).
3 years later and I find myself still googling this issue in 5.3 Seems inconsistent now. Hit compile several times and the text changes size. Hit it again and suddenly it’s default.