This effect is fully functional for in-game use. It demos my ability to script FX for games and how they can be utilized down the line by working in Unreal Engine 4's Blueprint visual scripting system. I may need to pick up the language your engine works in, but I know the logic and always love teaching myself new things.

The source of this rocket volley spawns a chosen number of rockets. It projects a line trace that is embodied by the targeting laser to find a target location. This target location is then sent to the spawned projectiles, and they interpolate their rotation toward the target.