Test for Complete Overlap?

I’ve been using GetWorld()->OverlapBlockingTestByChannel to test if a cube has any blocking overlap with anything. It returns “true” if there’s any overlap.

I’d like to do a similar thing, but check for complete blocking overlap. IE if my cube is completely filled in, not just partially. Is there anyway to do this in unreal? I’ve done some digging, but haven’t found anything.