Actor has a tag. "Get All Actors with tags" not finding it.

As above i have given an actor i want to spawn a tag. Within the variables this tag is stored as string and when button pushed i want actor to spawn. Examples below :slight_smile:
image



Not sure what i have done wrong.
Help plz!

Get All Actors Of Class assumes the actor is already spawned and exist in the world.
You can indicate the class directly or use a map variable where key is a name/tag and the value is the class to spawn.

Ah! I did not realise get all actors means those that have already spawned. Thanks