HI.
i am creating a little test world for a Uni project where i need to be able to slow down the rate scale of my animation. ( if that is what it is) it is the speed at which the system hits the notifiers. i have attached images to show what i need to adjust. i would like to be able to adjust this within a BP as i need it to change four different times and to change on an integer switch i have set all that up and is working but i cant seem to slow down the play back rate. is this possible and if so how?
You can set the play rate scale in the AnimBP like this:
If you check the box for As Pin you can use a variable to adjust the play rate and that could be passed in from the characterBP.
Thank you that works brilliantly
Great! Don’t forget to mark this as answered/resolved.