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

Ensure abilities can be unique (one instance at a time). #60

Closed Packetdancer closed 2 months ago

Packetdancer commented 2 months ago

This adds functions to:

This also adds a bAllowMultipleInstances setting to the base GMCAbility; if false, if an instance of the class is already active it will return false when calling TryActivateAbility.