Hit events with multiple objects

Hi all. I have a problem with hit detection when I have three objects for example a ball and two bricks, and the ball collides with both bricks at once only one brick receives the hit event and the other brick is ignored can anyone explain why and if there is a way around or anything ?

Right so I can work around this by doing my own collision testing in “Tick” and use one of the “SweepMultiBy” but if anyone knows if there is a better way to do this or is there a way to get both bricks to receive OnHit event can you let me know