Is there a way to to find and select the actors in loaded levels by the assigned Gameplay Tags to them?
Not in Blueprints, not in runtime, just in opened/loaded levels in the Editor.
…
So far I’ve tried:
- Property Matrix: but it doesn’t show the actual gameplay tags assigned to the objects.
Although, the actor in the level has the gameplay tag assigned:
- Gameplay Tag List in the Project Settings
Search for References option isn’t showing references to the actors in the loaded levels, only references to assets. But I need to be able to find/select the actors in the levels.
Any clues? Is it even possible in 4.21?
Thank you in advance for any answer!