Apply Damage

Hey, the last screenshot shows that your character “Event AnyDamage” runs normal so the problem should be enemy logic. Here is what you should do:

  • Add breakpoint at “For Each Loop” in enemy blueprint.
  • Then check the “Out Actors” array size to make sure your character is included.

If it is not, you should check out your sphere overlap.