Spawning actors in a sequence and assigning them each an ID
Like the title says, I'm trying to spawn 18 actors in a specific order while assigning each one a unique ID number. So the ID numbers would be 1,2,3,4... etc.
What would be the best way to do this? Any help is appreciated.
What would be the best way to do this? Any help is appreciated.
Comments
And When you Spawn one Change Spawn id to a Game Attribute that is 0, then add 0 +1.
Next time you spawn other one you gave him the new id 1, and +1 to that attribute, and soon on..
Cheers.