Hello everyone.
Im trying to make a projectile damage. Seems like ApplyRadialDamage not working for me.
I also tried to do it using blueprints, it make’s same result.
I checked in collision settings to block visibility trace.
My solution to this is to iterate amongst all actors of a given class then calculate the distance for each actor that matches your criteria and apply damage here.