reznok / GMCAbilitySystem

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

Add extra accessors for active tags #41

Closed Packetdancer closed 3 months ago

Packetdancer commented 3 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.