Destroying an actor upon collision with ANYTHING

Why not add a trigger volume to your character? Then use the event “OnOverlap (TriggerVolume)” -> Destroy Actor process. Just have it go outside of your collision capsule, but not under. This way the floor doesn’t destroy it, and whatever it runs it to will.