I have a custom asset editor, and I am attempting to apply some additive animation data to a skeletal mesh in the preview scene of the asset editor. The animation data (in parent bone space) is coming from our own animation system and is definitely correct as it can be used without issue to key an animation sequence for example, and this looks fine. However, when applying the same additive data to the FAnimNode_ModifyBone nodes used to drive joints in a preview scene, the animation can look very wrong.
It seems like this may be a settings or coordinate space issue but can’t tell for sure. I would appreciate any insight into the use of the FAnimNode_ModifyBone and if there is something I might be overlooking.