Event Any Damage wont trigger

When I try to “Apply damage” on actor from player BP it wont trigger any event in “Enemy” BP.

Project type is Paper2D.

I created Box trigger next to my character to keep track of enemies what is near front of me. And when I press attack it fires normally. Even Apply Damage is fired normally (and I tested I get right target from collision). But in actor who to apply damage don’t get “Event Apply Damage” fired.

And I got “Simulation Generates Hit Events” on.

50443-target.png

Ok found fault in this. Event AnyDamage wont fire if there is 0 damage to take.