In a 3.5 kilometers biome I used tags for a multispawner. this spawner spawn an actor and kill this when player end overlaping, because there are many same actor spawned in the area, if execute kill actor, kill all same actors, but its necessary to keep alive the actor near to the player. so I add a tag location for every actor in this way the multispawner kill only that actor with the right tag when endoverlaping
Thanks so much for the info about the component tag, i was so confused why it didn't work. I kept putting in a component tag and was searching for actor with class and tag.
You got a susbcribe, now I know why event hit doesn't get components with the tag I put. Now I need to know what's the diff between component tags and actor tags xD
Mystery solved, component tags are for individual components in an actor (say, the helmet of your Warrior actor). The actor tag would be for the actor itself (the warrior)
As always, hope this video was helpful!
Let me know if you have any feedback on things I can improve on.
Have a nice day :)
"Actor Tag != Actor Component Tag" this is the kind of video that teach us. Not joking 👏
Straight to the point love it!
In a 3.5 kilometers biome I used tags for a multispawner. this spawner spawn an actor and kill this when player end overlaping, because there are many same actor spawned in the area, if execute kill actor, kill all same actors, but its necessary to keep alive the actor near to the player. so I add a tag location for every actor in this way the multispawner kill only that actor with the right tag when endoverlaping
Thanks so much for the info about the component tag, i was so confused why it didn't work.
I kept putting in a component tag and was searching for actor with class and tag.
You got a susbcribe, now I know why event hit doesn't get components with the tag I put. Now I need to know what's the diff between component tags and actor tags xD
Mystery solved, component tags are for individual components in an actor (say, the helmet of your Warrior actor). The actor tag would be for the actor itself (the warrior)