How do I spawn 2 same actors with different parameters?

Hi folks!

I tried to spawn one projectile blueprint from two guns at the same time with different gameplay parameters, but it doesn’t work as I wanted, both projectiles took the same parameters.
I don’t understand how to handle that

Set the parameter variables to “Editable” and “Expose on Spawn” then when you spawn it you can set what the parameters are for each projectile.

thanks a lot, it helps!