Have you attempted to follow the execution with a breakpoint? (right click on any node in the execution and toggle a breakpoint) This could help you identify if it is in fact a collision issue.
It needs to be enabled on the component that simulates physics. From the above screenshot I would assume the BallMesh is the one simulating physics. Is it enabled on BallMesh?