Spawn actor after widget loading screen?

Is there a way to spawn a actor after the widget gets removed off the screen?
I have been struggling on this part on my game for a while now.
Thank you!

What exactly is stopping you from calling Spawn Actor from Class?

When you remove the widget, are you saying:

301623-remove.jpg

then why not say:

301616-destruct.png

Add this event in the widget, this gets called when the widget is removed.

Is there a way to spawn a actor after
the widget gets removed off the
screen?

OP’s gonna come back and say they want to evoke something when the widget’s screen space coords exceed the viewport size… Mark my words.