Add Timeline Node

Hey! I’ve been trying to use this cascade particle when I press a button. I have everything going well, except I’ve hit a roadblock. I need to use the add timeline node in a ui widget blueprint, but everytime I even try to paste in the node, the engine crashes. Is there a workaround or is this completely impossible? Thanks in advance!

Why not just create and actor with a Widget component, particle system component and add the timeline inside the blueprint?

It would contain all 3 needed elements, then just spawn the actor where needed.

That would work, except the widget needs to show on the players screen…

You can then just spawn the widget in the actors begin play and add it to the screen or use the widget component.

You can also access the hud class and add it there from the actor blueprint.