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 extra accessors for active tags #41

Closed Packetdancer closed 8 months ago

Packetdancer commented 8 months ago

This now has:

In addition, I took the opportunity to change most of our gameplay tag parameters to const pass-by-reference where viable, just so we're not creating extra copies needlessly.