Animating Morph Targets from Sequencer in Unreal Engine
The simplest way to animate a morph target directly in Sequencer is by writing a small helper function that sets the timeline’s value in the Tick Event. The morph targets themselves can be Shape Keys made in Blender, and their names will be retained. It is also possible to import morph targets into our mesh …