Making Static Mesh Disapper

If you want to destroy the cubes that are present in the level, then since they are simulating physics (in the FirstPersonProjectile BP):

If you want to destroy any object hitted by the projectile, then, you can tag the targets:

and then:

2 Likes