How to do a projectile that destroys all enemies on impact?

I am not exactly sure how to do this. The way I have it setup is that when the projectile hits something it spawns a large trigger sphere that if any of the enemies overlap it, it destroys them. However, I am getting alot of crashes out of it.
Before it was hitting the player and causing a crash, I fixed that. Now randomly its crashing, so sometimes it works other times it doesn’t. I really just need to know if that is the right way to do that, as in spawn a trigger box once the projectile impacts. Thanks!

Maybe try using location checks instead of collision checks, its faster to process, you could iterate through all enemies and check if their location is close enough to the projectile.

It should work. Can you post a screenshot of your blueprint setup?

Hi ,

Could you provide some screenshots of your blueprint, your dxdiag, and log files?

Any additional information may help.

Hi there,
I think here you will have your answer and an example also: