Gameplay Tags Question

Hello everyone! Could you please help me: if there is a way to get a list of existing gameplay tags (created via the data table) right inside my actor blueprint, so i won’t need to type manually the tag in the node “get all actors of class with tag”?

To make myself clearer, here are some screenshots and clarifications.
I’m making a tile-board game, tiles have different functions defined by tags.

I have a “gameplay tag” Datatable and a “gameplay tag container” inside the actor blueprint (instance editable, so i can check multiple tags for different tiles).
I am curious, is there a way to get the list of all my tags inside the BP so i can directly connect certain tag to my “get all actors of class with tag” node.
Looking forward to answers! Thx!

image

Found out, that gameplay tags and tags over the instances are different things.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.