Steps to Reproduce

Import an Alembic file as SkeltalMesh with the 'create materials' option on, the material slot generated are all named as None, can we support naming them from the face set data?

To be specific, in the FAbcImporter::ImportAsSkeletalMesh method, can we modify the adding materials part as follow?

//SkeletalMesh->GetMaterials().Add(FSkeletalMaterial(Material, true)); 
SkeletalMesh->GetMaterials().Add(FSkeletalMaterial(Material, true, false, FName(*MaterialName)));

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-149341 in the post.

0
Login to Vote

Duplicate
Affects Versions5.0
CreatedApr 18, 2022
ResolvedApr 18, 2022
UpdatedApr 21, 2022