Select All Actors w/ a Given Tag?

I see that you can add Tags to an Actor using the Details pane. How do I then select all actors that have a given tag in the editor?

As an example, let’s say that I wanted to select all trees with the tag “Birch.”

This should be what you’re looking for:

If it is a large scene with many objects, then repeatedly using any “GetAllActors” function can be slow and process expensive. It might be worth doing this once and same the array for future references.

Sorry, I should clarify - I don’t need to do anything with the actors in script - just select them in the editor.

As an example: select all trees with the tag “Birch” and delete them from the scene.