Collision problem in a pong clone

I’m making a pong clone, i set the paddle to block all dynamic, the ball to block all dynamic, and the walls to block all, but they do not block anything from the ball to the paddle. The ball do collide with the paddle. All these are set to generate hit events, but not to generate overlap. I can’t figure out why