🚀 UE5.6 is out! 🚀 All my plugins will support it in next update!  

Get it!

Movement Cancellation

avatar`
Yuewu(罗传月武)
Updated: Jun 15, 2025

Movement Cancellation

Sometimes you want certain actions to end prematurely when character movement is detected, and the Move Cancellation feature is specifically designed to address such issues.

In GCS, movement Cancellation are implemented through a passive ability paired with an anim noity state.

Movement Cancellation Ability

GCS移动打断.001

Many ability animations have a recovery phase after the attack ends. You can add the ANS_GCS_MovementCancellation animation notification state to your ability actions to implement movement cancellation abilities.

GCS移动打断.002

Marking Abilities as Movement-Cancellable

Any ability can be marked as cancellable by movement simply by adding the GGF.Ability.Trailt.MovementCancellable tag to it.

GCS移动打断.003