I have a character blueprint that I want to move using root motion animations during cut scenes in sequencer. I also want to link animations together. For example, play root motion walk animation then play idle animation.
Is there a way to use root motion like this in sequencer?
I have enabled ‘root motion from everything’ in the anim BP but if I play a root motion animation from sequencer it just plays the animation in place. If I disable root motion it moves the mesh without moving the character.
I would like to move my AI characters this way but it seems like it’s not possible?
On the transform track of you character, left click and go into the properties. Uncheck the locks and make sure to only have 0 or 1 frame. Set the location accordingly and it should work.
What I understand from this it the transform track seem to override the root motion with the transform location at every frame. Too bad there’s no obvious options to make this work.
Don’t forget to check the root motion checkbox in the animation!
What are you talking about… I don’t see any locks option there is an option called lock but that just lock the track you are unable to select or change it… other then that it doesn’t do anything… can you show a picture of what you are talking about?
Is it possible to render In-Place animations using a sequencer? I have checked Enable Root Motion in animation settings, so the character moves in place. But once I use the same animation in Sequencer it starts to move forward leaving its capsule behind
If you’re using root motion in Sequencer and need to prevent the animation from resetting its transform, here’s a quick tip:
Set Transform Track Properties: Right-click on your transform track, go to Properties > When Finished, and set it to Keep State. This ensures that the final transform position from the animation is maintained.
Adjust Section Length: After unlocking the transform track’s start and end range, consider making the section shorter if needed. A long section can unintentionally override the root motion.
Enable Root Motion: Make sure to enable root motion in the animation sequence file. Although the character may appear in place in the Sequencer, root motion will activate at runtime as long as no active transform track is set to override it.
This worked for me. Hope this helps anyone struggling with root motion in Sequencer!