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:
8 Likes
i get doing this , changing an animation to variable, and setting it to a event called ob animation finished
1 Like
Thank you very much!!