Shooting a bullet in a specific direction?

You could try adding a vector variable inside your projectile BP and make it editable and exposable on spawn.

That way, if you use it to set your projectile velocity inside your construction script, you will be able to send the trajectory directly from the boss to the projectile while spawning. Here’s some sample code :slight_smile: