Collision Overlap For Specific Actors

I made it by adding a tag to the actor that i want to interact with, beside checking interface it also checks the overlapped actor has CanInteract tag or not. If it does it normaly make its interaction if not nothing happens on the other actors.