How do you blend upper and lower body animations using mouse input?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By epicgames

I want to reproduce this in Godot:
https://youtu.be/xl0JD9-pWPQ?t=21 (0:21 to 0:27)

I want to pass on mouse movement into a blend node (as it plays upper and lower body animations) to make the character torso point at the same location the camera is pointing.

:bust_in_silhouette: Reply From: epicgames

nvm that is done using a skeletonIK node. found some material on it.