Collision does not recognise character

The problem is that you are trying compare a character with a component in your == and that will always result false. Instead of dragging from overlapped component in your BeginOverlap node drag from the other actor pin and compare that instead