My level blueprint spawns an Actor (animbp) after an custom event is called. The animation keeps looping before a widget pops up (widget bp) and the Player makes a choice. I am not sure how to destroy the Actor after the widget button is pressed. It seems impossible to call that event in widget bp from the level blueprint. How can I solve this?
thank you.