Resolved…
Instead of using Spawn Emitter at Location, I just spawn emitter attached to the projectile, set the projectile visibility, collision and motion to false and just use it as an anchor point in space. Then I destroy the projectile some time later when the particle system runs.
It’s not really ideal