Overlapping specific actor doesn't work?

I don’t know why but my Overlap on a specific actor doesn’t work. When I print string the other actor name it gives me “Cordes”, but my branch is never true. They’re both on OverlapAllDynamic and are both actors.

I have this problem too, I’ve just given up on this method all together. Instead I cast to it (so off the Other Actor do a Cast to Cordes) and then False would be Cast Failed. Maybe this method doesn’t work because you’re ‘supposed’ to cast? I don’t know, either way, this solution works for me, so it should for you too :slight_smile:

You sir are a geniusssss!!!