Everything You Need To Know About TAGS In UE4(Actor & Actor Component tags)

preview_player
Показать описание
In this 60 seconds of UE4(unreal engine) video we learn all about Tags. What actor & actor component TAGS are and how to use them including a couple of quick examples. Also explaining the functions get all actors of class with tag & actor has tag.

Want to see my other content? Check out my other channels or socials:

Travel content:

Game content:

Socials:

Have a wonderful day :)

#PyjamaKing #PyjamaKingTech #UE4In60Seconds #UE4Tutorials #UnrealEngineTutorials
Рекомендации по теме
Комментарии
Автор

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 :)

pyjamakingtech
Автор

"Actor Tag != Actor Component Tag" this is the kind of video that teach us. Not joking 👏

adrianomix
Автор

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

VariaCGI
Автор

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.

sam-psonsmith
Автор

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

Vanilthas