Actor Tag replication

Actor Tags do not replicate. Use Gameplay Tags and set the Tag Container variable as replicated.

Best approach with GPtags is to implement the GameplayTagAssetInterface with C++. No casting required to get the tags.

Here’s a post showing how to do it.

3 Likes