Radial Damage does not fire

Something I forgot: when you’re using the AddRadialImpulse node, you have to find the actors manually, because it doesn’t query automatically. It needs an actor as target. The easiest way is to do a sphere overlap test using your radius and loop through the results to apply the impulse. But if you rather keep the component instead, it’s up to you.