How to alter the animation rate of a given animation?

Ok, Ray already answered this question, but I didn’t really read it well so I had a lot of problems finding this ‘Play Rate’. Maybe another description and an image will be helpful.

You need to do the following:

  1. Open animation blueprint
  2. Go to Graph editing mode (the 4th one in the upper right corner)
  3. Open AnimGraph or your state or wherever it is that you are playing the animation
  4. Select the graph node that plays the animation
  5. In your Details tab (the tab name ‘Details’ might be hidden - see image) in Setting group check (As Pin) Play Rate

Note: Get Move Play Rate is my custom function, you use whatever you need to calculate the play rate from Speed. Speed itself in calculated like in this Unreal tutorial.