FX spawning practices

You could make you particle event a separate blueprint component, and within that component spawn your particle system. If it’s in its own component you can start on standard EventBeginPlay, and then add a deactivate, a delay to let your particles play out, and then a destroy actor at the end.

2 Likes