reznok / GMCAbilitySystem

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

Minor cleanup/safety checks. #40

Closed Packetdancer closed 6 months ago

Packetdancer commented 6 months ago

Just getting rid of our old no-longer-needed custom binding for structs -- we can just call it in GMC directly -- and adding some error-checking to the debugger category.

Packetdancer commented 6 months ago

Added some additional safety rails (and the ability to set the editor preview class) to the animation instance, too.