Import clothes with morph targets from Blender?

Hello,

I’ve watched tutorials here and there but… it doesn’t work.

How to import clothes that have morph targets and link them to the character?

In tutorials, clothes seem to be part of the character skeletal mesh. But…

  • If I import both clothes and character in one run, skeletal mesh are recreated separatly
  • If I import clothes after, as expected they are individual skeletal mesh
  • If I try to create an asset in the character skeletal mesh, options lead to think it could work with Apex format, but not with FBX. Apex is not supported by Blender and from what I know, Apex use seems to be considered as deprecated.
  • I’ve tried to create cloth with the skeletal mesh import option as a clothing character asset but nothing loads

So… what is the workflow to import clothes and to add them to the character, when :

  • The purpose is to be able to change clothes
  • Clothes have morph targets
    ?

I’ve tried a lot of things but now, I run out of ideas.

Depends on what you are going for.
as separate, interchangeable items, open the character, add the cloths as a separate skeletal.mesh and use masterpose at begin play to sync.
both meshes require the same skeleton.

You can follow this.

As an “all in one”, just select the 2 in blender and ctrlJ to merge.
keep the materials separate as you will ne using the material to isolate the cloth and add some very light values to it in oder to get it to animate.
usually, remove any underlying geometry to prevent clipping.

Hello,

Unfortunatly, I still have the same problem, I still can’t set the morph target value on cloth and the character mesh disappears as soon as I try to set a cloth via blueprint… :-/

It be using the UI BP or the character BP the behavior ends to be the same. As individual skeletal mesh (the pink line), the morph targets are available, it considers the morph target animation but… the only “set morph target” BP option is the one related to animation and not skinned mesh. But only for clothing, when it is the character, I can set everything properly.

If I put cloth as characters that shares the same skeleton… it will behave as a character, not as a cloth or it is here I’m wrong? I will still be able to set cloth in a character BP as a cloth even thought I don’t have character body mesh in the same BP?

Hum… Not clear? I will try to ask an other way XD
If I have :
Body (character) BP
Cloth (character) BP
Will I be able to set cloth BP as cloth (body child) and set it to the body with the proper behavior?