Check if UMG Animation is finished?

Hi everybody. I came across a little problem. In my UMG widget, I have a variable add 1 every second.
So, every second → add 1 to float.
Then, when variable is equal to 5, play fade out animation. When that finishes, open the main menu,
Everything works except the animation. I can’t seem to find something that tells you if the UMG animation is finished. Is there such a thing? If not, can somebody please help me find a different method?
Thanks.

I use this to check if my animation is finished:

http://i.imgur.com/Cxm5Ee8.png

4 Likes

i get doing this , changing an animation to variable, and setting it to a event called ob animation finished

1 Like