How can I dynamic modify the font size for UMG widget text block.
thanks
How can I dynamic modify the font size for UMG widget text block.
thanks
I have the same issue. Please help!
I was having this same problem. You can’t “Bind” the font size. But you can make the textblock a variable (select the text block and in the properties click “Is Variable”. Then you can get that variable and change the font through a function that you can access. Basically like this.