How to add subcomponent skeletal mesh track to sequence? (Metahuman)

I can add Metahuman to my sequence (by Python).

But tracks “Body” and “Face” do not adding automatically.

To assign animation i must place them into “Body” and “Face” subtraks of Metahuman.
I can find “Body” component of my actor by

Body = MyActor.get_component_by_class(unreal.SkeletalMeshComponent)

The questions are:

  1. How to add tracks as children of BP_EvgenyZ (by Python)? (What types of track are they?)
  2. How to bind them to corresponding components(by Python)?

2 Likes

Hi,

have you found a solution to this? I want to do the same thing; basically setting up a sequence with python with a MetaHuman in it and adding Animation Sequences to have a sequence playing something.