Jumping timing question

Does anyone knows how i can jump after a exactly moment of the animation? I’ve tryed anim notify, but looks like i can’t put this nodes on Character BP. There is any solution for my problem? Thank you already, guys

AnimNotifies only work in the AnimBP.
So you have to send the AnimNotify from your AnimBP to your Owning CharacterBP.
I recommend using Interfaces for this.