Jump Wind up

Hi, I’m trying to call jump from a certain point in my animation using notify. The animation has a wind up that needs to have the character stop moving, (disabling input), bend down and then from a certain point jump up in the air. What I have right now stops input and disables movement, but no jumping actually occurs.

Screenshots down below.

So, immediately after posting, I came up with something that works. Might be expensive to do it this way, but, eh…
Basically just added another notify even called jumpEnabled and then put that in the animgraph casting to the character and called jump from there.