[5.4] Radial Damage Not Working

Hello I’m making an enemy where he runs to the player and then when in reach, does damage to the player. The problem is that the radial damage it’s not working on my player.

I tried to make a new BP to just do radial damage every tick and damage other actors but it doesn’t work correctly on my player. In this image, we can see the player in the area but not receiving damage at all while the enemy walks by it and dies instantly.

Sometimes when i stand above the box, my player get damaged but it’s not every tick and sometimes it stops damaging and somehow turning the camera around starts doing damage again.

The BP_AreaDamage:

My Player Collision presets:
image

My enemy collision presets:
image

Can anyone please help me with this?