Using the Gameplay Ability System and jumping

Event OnEndAbility does not execute the cast node. The cast node is only executed by Event ActivateAbility, because that event is hooked to the execute input.

Add another cast node connected to event OnEndAbility.