Build the character movement with joints rotataion and root location

Because most of AI generated motions only provide rotations of joints and translation of the root. I’m trying to drive the character with the joints rotation and root location, without joints position. These are enough information to calculate the joints position in Inverse Kinematic but I don’t know how to do this in Unreal Engine. Could someone give me a hand on this? Thanks.