How to destroy static mesh when bullet hit?

you just need a reference to the object to destroy then use the destroy actor node. so in the case of a projectile actor you could use a on hit event then use the other actor pin as the target for a destroy actor. if using a line trace you would use the hit result.