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
Not sure what i have done wrong.
Help plz!
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
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