How to record Morph Targets in Sequence Recorder?

I have a Skeletal Mesh with Morph Targets, Morph Targets are dynamically driven by an outside source (streamed into engine, and linked to “Set Morph Target” node inside the blueprint). I can see morph targets animations in PIE, and while recording using Sequence Recorder.
After recording is finished bone transforms are in the created level sequencer and in animation asset (animation sequence), but morph target animation is not recorded. So the question is, can Sequence Recorder record Morph Target information into animation asset? If so, how it’s done?
Thanks in advance!

Simply use a “Modify a Curve” node for each morph target in the Anim Graph of the character’s animation blueprint. There’s a similar post here:
https://forums.unrealengine.com/development-discussion/animation/97359-anyone-succeed-to-use-sequence-recorder-with-morph-targets

This is exactly what I’ve done that day.