To open another widget with an animation from a button in the widget.

To open another widget with an animation from a button in the widget.

I added a button in a widget named A. When this button is clicked, a widget named B will open, but the opening animation is within widget B. How can I do this? Since I’m just starting to learn, I would appreciate it if you could explain it with visuals. Thank you in advance.

Have the B widget play its own animation when it initialises.

how do i do this?

Widgets call onInitialise when created - think of it as of Begin Play but for widgets. Look at the override list, or find the call it in the Actions menu when you right click the graph.