Changing Widget Text during Animation

I am doing a simple animation of text using the timeline in the Widget Blueprint. At the moment it just does simple stuff like change colors, rotate a little bit and fade away. My question is if there is a way to update/change the text of the Text Box I am animating during the animation. I thought of using another text box with its own animation and just make fade away at the same time the other one appears.

You would have to do it in the umg graph using custom logic, currently there’s no way to animate the text content of a text widget.

1 Like