Hi,
I also noticed this but I need them to generate events in my project. I came up with another workaround: to use two separate collisions in my TestActor. The first one is PhysicsOnly / Block WorldStatic / Ignore everything else, and the other one is QueryOnly / Overlap Pawn / Ignore everything else. Maybe there is a better way to achieve such behavior?