Live link with Maya - get curves not working

I have a very simple test setup with a skinned mesh in Maya 2018 which has three bones and a blendshape named biceps. Getting the root transform values works but I’m getting zip for curve data. I wonder if anyone had any luck getting curve data successfully transferred? Thanks!

I’ve had the same issue, and it looks things didn’t change since:

The source code still contains that chunk of test code (Line 372):

https://github.com/EpicGames/UnrealEngine/blob/release/Engine/Source/Programs/MayaLiveLinkPlugin/MayaLiveLinkPlugin.cpp


What I ended up doing at that time is creating maya python script that creates new joint tree with a joint for each blendshape on our character. then I import this tree and link their transforms to blendshapes in Engine.
Here is the script:


Today I would use MotionBuilder livelink. I’ve checked and streaming blendshapes (and other AnimCurves) from it are working fine. The MoBu LiveLink plugin is here:

Thanks for your insight and workaround! Switching to MotionBuilder is not really an option for us though due to our pipeline. It would be nice to get some official word on this issue and if Epic intends to make the Maya plugin fully functional in the future.