How can I make text move horizontally endlessly

Hi everyone,

I’m just wondering how can I animate text horizontally endlessly in UMG? Is there a way?

This would be the sort of effect I’m trying to achieve, but in animation.

Thank you so much in advance.

For a text block sitting in a container (here, a border), you could try animating padding:

Or with bounds clipping:

There’s probably more than one way to achieve a similar effect.


endlessly

Not sure about endlessly, gave it 30s and it seemed to work. Worth trying imho.

Another way that I have is to use the material itself to loop. That way, you don’t have to worry about the Tick and it loops indefinitely. But @ Everynone method also works.

Yeah, the material will be better, most likely. Padding is probably not endless and Tick to be avoided if possible.