GameplayTagValueSystem
The GameplayTag Value System extends Unreal Engine's GameplayTags with the ability to store arbitrary values. This system combines the flexibility of GameplayTags with type-safe value storage using a subsystem approach and modern C++ design patterns, focusing on performance, maintainability, and seamless engine integration.
登录后发表评论