How Ignore mask in collision query params work?

Is there a way to get TestActor with spe tag with a phy overlap function?
Normally, get all Test Actors with array of Overlap result, and then loop for each TestActor and filter with tag. Like:

TArray Results;
    if (MultOverlap(Results, ....))
    {
         FilterResultsByTag(Results, "SpeTag");
    }