[umg] multi-line text box auto-scroll ?

hi !
i have a chat like multi-line text box which is fed strings from the game.
is it possible to access its scroll fonctionality from blueprint so the last line is always visible (ie the player doesnt need to scroll to it ?)
i’ve noticed the scroll box widget has a scroll to end fonction. is there something similar for the multine text box ? or a work around ?

the work around is quite simple: a multi-line text box inside a scroll box (both set as var). Feeding strings to the txt box, setting scroll to end after.

too bad the proper text box widget doesnt have this functionality (yet ?).

4 Likes