Hello. I have two user interfaces and would like to make them transition smoothly. Is it possible to do that?
I don’t really understand what you’re trying to accomplish, so I’m going to answer this question going under the assumption that you have multiple widgets that you would like to display on screen with the help of animations.
To accomplish this, you would need to create animations for your widgets (I haven’t really looked at this tutorial, but it looks like it has the proper information when I skimmed through it UMG Widget Animation).
After you create your desired “show” and “hide” animations for a widget. Simply call the “Show” animation when the widget is constructed and play its “Hide” animation right before you plan on getting rid of it. That way you can have nice animation transitions between multiple widgets as they get added and removed from the screen.