Hello,
I have a character with a single eye, which has morph targets for that eye set up to match the morph targets used by Live Link. What I would like is to be able to use both the left and right morph targets to drive the single eye on the character, but I would still like to track if it was the left or right eye that Live Link is tracking for use elsewhere in the animation blueprint.
I am currently using a remap asset and overriding the function GetRemappedCurveNames to remap the curves from Live Link, to the morph targets on my character’s skeletal mesh. This works just fine, I can just remap both the EyeBlinkLeft and EyeBlinkRight curves to my character’s eyeBlink morph target curve. What I can’t figure out is how to flag if the initial curve that came from Live Link was the left or right one. Since neither EyeBlinkLeft nor EyeBlinkRight exist as morph target curves in my skeletal mesh, I can’t just use a GetCurveValue node in the animation blueprint.
Is there a way to either get the initial curve data from Live Link before it remaps it, or for that overridden function GetRemappedCurveNames to reach out to from itself → the remap asset → the Live Link animation node using the remap asset → the animation blueprint?
Thanks!