How can i alter animation rate via pawn BP

Hello, i’m aware you can alter an animation montage’s speed via blueprint but can i do the same thing just with a single animation? For Example if i press “Up” my door open animation speed goes from “1.00” to “1.10”
Is there a way to achieve this via character blueprints or even the animation blueprint itself?

under settings you should be able tick a box that says "(As pin) Play Rate which will then allow you to use a variable to set the animation play rate.

awesome thanks!

what about a single animation that isnt in a animation blueprint, because now the timing is off lol but my animation plays with a variable and i dont think this method with work the same

never mind i got it i used “override animation data” and set it to the same variable as my animbp