Hi.
Beginner here.
As stated in the title, I’m trying to add an explosion effect after the actor get destroyed by its given life span.
My code (see image) spawn the emitter immediately and adding delay after set life span is okay IF I only spawn 1 actor buy if I spam spawning it will just spawn emitter on the latest actor spawned and all previously spawned actor will just vanished without the effect.
TIA.