Actor collision and hit events against static meshes and actors

Create a custom collision object channel for your projectiles.
Project settings → Engine → Collision

Apply it to you projectile collision component.

Every Actor that you want the projectile to hit, must be set to block the projectile.


Root component of your projectile should be a collision component.
Mesh Component should not have collision enabled.