I need help with getting the tags of actors in my scene

So i am working on my first game its a catan clone, i know very creative. But i am running into a issue when getting what materials the player should get i need to search all the actors ive gotten from a get all actors of class with tag node, to see if any of these actors have the following tags: Grain, Ore, Sheep, Forest, Bricks. How do i check if these actors include those tags?

Thank you guys so much, Mirik

Gives a sum of resources of specific types found in tiles

tysm but i am trying to read the tags in the actors that have a tag = the interger and see if those have a tag called grain or ore or forest or brick or sheep.

So you want to choose a random tag from an array based on its index and the get actors of type tile with that selected tag.

Am I understanding your request correctly?

Your op image nearly gets you there, you just need an array of the resources that holds the tags and get info from that.

yea that is what i am trying to do

thanky you, mirik