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

AncillaryTick Ability #61

Closed Aherys closed 2 months ago

Aherys commented 2 months ago

In some case, and to extend possibility with gmc, it would be very usefull to have a choice for where the ability is ticking (In some ability, we don't want to have the replay move from the Prediction Tick).

We will provide a PR who also allow a AncillaryTick Event for Ability.

petegilb commented 2 months ago

already added this a while back https://github.com/reznok/GMCAbilitySystem/pull/53

Aherys commented 2 months ago

My bad, thanks for clarification.