reznok / GMCAbilitySystem

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

add matchtagtobool feature + fix abilities not ending after checking tags #3

Closed petegilb closed 4 months ago

petegilb commented 4 months ago

Adds a function that the user can call in MovementUpdate/PredictionTick that will apply the corresponding tag to the ASC according to the value of the bool. Also fixed a bug where abilities wouldn't end even if there was a blocked tag or they were missing a needed tag. They wouldn't call begin but they wouldn't end or get gc'd either.