Is it possible to make partial of the animation to move faster?

Question

  • Is it possible to make partial of the animation to move faster?

  • Currently I understand you can change the play rate of an animation, but that will play entire animation on faster rate

  • For example, I want to make the rolling animation on standard rate, but I want to make the standup animation part to play faster. (e.g. Animation contains “rolling” and “stand up” motion, and I want to speed up the standing part only)

  • Any tips or keyword to achieve this will be great!

  • I will search and investigate more on how to make this work with the guidance.

Splitting the animations is one approach.

Another is to make an Anim Notify event for the frame when the roll is done and set the play rate in the bp that’s calling it.

Finally, you can just edit the animation itself in 3D software.

@ConradG Thank you so much for the advise! I will check each options and study more about them :slight_smile: