How to use Vault only when speed > something?

Soulriver

New member
I only want to use vault when speed is greater than 5. But adding this condition to animator works fine. But even if I move with lower speed the Vault ability activate and freeze the character. How can I stop this?
 
I would do this by subclassing the Vault ability and then override CanStartAbility.
 
Top