Can you scroll a text box with blueprints?

I have a Read Only Text Box that fills itself with information for a player. When it does, the widget is not automatically scrolled down, a player has to do it by himself. So I’d like to know if there’s a bp node that can solve this problem.

Something like:
image

Text box does not have scrolling features on its own. Not sure if needed, but to add to the above:

  • place the text widget inside a scrollbox and expose it as a variable:

image

  • as you add text you can call:

image


Scrolling to offset could give you much more control over the way scrolling is done, ofc. Up to you at this point.

3 Likes