Is there a way to make the damage radius on Apply Radial Damage visible?

I’ve run into an issue with implementing radial damage in my project. I can go back and forth between adding actors and seeing how far it hits but that’s really time consuming and impractical. Is there a way to make the damage radius being applied visible?

I’m also applying an emitter at the epicenter of the damage, so scaling it to match the damage size would also work if someone knows how to do that.

Thanks in advance guys :slight_smile:

there are “Draw Debug Spehere” as separate node, which you can use.

Scaling an emitter is done like this:

87328-screen+shot+2016-04-18+at+10.14.27+am.png

I don’t understand the problem you are having with radial damage or what you are trying to accomplish because of the problem. If you could clarify that a bit perhaps I could help with that as well.

Thanks for the quick answers guys.

I’m setting up an AoE type of attack and wanted a quick way to see exactly how far the AoE radius extends. In addition to this, I want to scale an emitter to represent the exact damage radius visibly during gameplay. The initial issue of making the damage visible is only for testing purposes.