How to spawn projectiles from two different locations with one click?

Hello guys

Cant find the solution for spawning same projectile from two different spots ( left and right corners of the screen).
Tried to copy actor, but looks like only one actor can be controled at same time with same controler. I know its simple question, but i cant find the answer in internet…

Hi!

You need spawn from two different point.

F.e. I added two sockets in Gun mesh. You can use any helpers to get location for spawns.

In Character BP I get locations of sockets and spawn projectiles.

Thanks aloooot :slight_smile: