Following a tutorial about killing enemies with projectile bullets, but sounds or death doesn't happen

I was following this video and endlessly tried to check what could be wrong
Shooting And Killing Our Enemy AI | Shooter Minigame Part 5 - Unreal Engine Tutorial - YouTube

here is my code, could it be something else? I have collision on enemies, tag is there and bullets have collision



I can send more images if needed and answer to people helping out, thanks in advance

try to put print on damage in AnyDamage event.Also put breakpoint on DestroyActor, see if it ever hits

it doesn’t print for some reason, probably some collision setting I have messed up or something?
both bullet and enemy has collision spheres

also I’m not completely sure what breakpoints do, but seems they should pause and bring me to the node, which did not happen, it didnt do anything new from before

sounds like you are on right track if you are not getting any damage. yes breakpoint just stop on node you put it on. just press F9 to toggle on/off breakpoint