Left/Right shifting text

Currently, in widget, I’ve got text that is to 20 characters at once due to the UI design.
However, some of the text that gets displayed in the box would be 40-60 characters long.

What I am looking to do is to have the text auto shift left and right so that the whole text will be displayed.
So start left justified, then scroll over until right justified, then scroll back to left, repeat.

Does anyone know a simple method for doing this?

If you just inject some static text via Blueprint you can use shift+Enter to include a line break at a pre-defined position.

To do it automatically you can use a text formatting node. here’s a good example: