You can use a “find all actors of class” and get the specific 1 you are looking for from that array. Or get it and then check it has a specific tag for example.
But that node is very inefficient and not something that should be used if it can be avoided.
Personally I store my actors in data tables and then I just lookup the row based on their name and then use that actor.