reznok / GMCAbilitySystem

An Unreal Engine plugin that adds an ability system to the General Movement Component plugin
MIT License
35 stars 16 forks source link

Add the ability to map attributes to properties as well as tags. #34

Closed Packetdancer closed 8 months ago

Packetdancer commented 8 months ago

If a property binding has a single tag (rather than multiple), it will also be considered valid for any attribute changes which match that tag.

Also changes the plugin category to "GMC", where GMCExtended is going to live as well, so that extension plugins get grouped together nicely in the plugin manager. :)