Game Framework

Unreal Engine Game Framework

Gameplay Tag Stack Container

Here is a very simple container which allows you to have replicated Gameplay Tags as a Stack Count. Useful for say things like Weapon Ammo, Inventory item count, stat points, etc. Here is the header file: And the cpp file part: To use it, simply add a replicated property somewhere, say for example your player Gameplay Tag Stack Container