Component overlap without Generating events on everything?

Hello

So I have a Capsule collider, I want to check if it is colliding with something. This object is following my mouse cursor. Is there anyway to constantly check this without ticking “Generate Overlap Events” on every single object in my scene?

Thanks

Better solution, instead of having a capsule collider, I can have a CapsuleTraceForObjects.