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.
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.
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.