We cover motion matched jumps in the sample project that will be released soon so I’d recommend checking that out.
For Start From Matching Pose, you can use that to try and match the pose when you transition into a state containing regular animation rather than a motion matching node. There are a few extra steps to get it working vs just using motion matching.
- In your anim sequence, add a PoseSearchBranchIn state notify into your animation for the frames that you want to be able to enter the clip within (these are the frames that will be searched)
- Set your PoseSearchDatabase within the notify
- In your anim bp, add your anim sequence into the destination state that you’re going to transition into and set that Start From Matching Pose property
- There must be a Pose History node downstream of the state you’re transitioning into