[FreeFall] // Detection above the ground

Is Falling is set immediately on jump (CMC). You can use this state to trigger actor to ground checks at intervals (timer). Event on landed can be used to turn off the checks (clear timer).

When you get the desired distance simply set a transition state boolean or whatever var for your anim BP to use (state machine transitions).