Clothing Simulation popping

UE - Simulation - Physics - Character - Mar 12, 2020

Skeletal mesh merging ignores clothing

UE - Simulation - Physics - Character - Mar 3, 2020

Skeletal mesh merge doesn't support clothing. Looks like we should just be able to duplicate the clothing assets, clear the binding data and use ClothingAssetUtils::GetMeshClothingAssetBindings to p ...

Cloth Simulation Doesn't Work When Clothing Data Is Applied Before Being Painted

UE - Simulation - Physics - Character - Jan 17, 2020

When clothing data is applied before painting the influence on the section the cloth doesn't simulate. I tested this using the Paragion: Twinblast actionhero skeletal mesh asset. Found in 4.24.1 C ...

Engine Crashes When Trying To Reimport Skeletal Mesh For One That Has No Clothing Data

UE - Simulation - Physics - Character - Jan 17, 2020

The engine crashes when trying to reimport a skeletal mesh that has no clothing data. This seems related to https://jira.it.epicgames.net/browse/UE-86948. Found in 4.24.1 CL#10757647 Reproduced in ...

Clothing Data Cannot Be Created If The Old Data Was Deleted While Applied

UE - Simulation - Physics - Character - Jan 16, 2020

When you delete clothing data on a skeletal mesh before removing it you cannot apply new clothing data. The engine still thinks that there is clothing data is applied. I tested using the Paragon: Tw ...

A repainted cloth mesh continues to use previous paint job and does not update

UE - Simulation - Physics - Character - Dec 20, 2019

Cloth mesh reverts back to original painted mesh after editing Tested:     4.23.1 CL#9631420 4.25 CL#10730208 ...

FClothingSectionData::IsValid is not marked const

UE - Simulation - Physics - Character - Nov 13, 2019

FClothingSectionData::IsValid() is not marked const. ...

The cloth mask vertexcolor is not updated when re-importing new vertexcolors

UE - Simulation - Physics - Character - Oct 7, 2019

The function UClothingAssetFactory::ImportToLodInternal that set the FClothPhysicalMeshData structure is not call again when we re-import so the vertex colors are not updated. ...

Enable SkinCache stretches the Cloth Sim

UE - Simulation - Physics - Character - Sep 26, 2019

[Image Removed] ...

FLODUtilities::RegenerateLOD does not account for disabled cloth sections getting stripped

UE - Simulation - Physics - Character - Aug 6, 2019

When FLODUtilities::RegenerateLOD retrieves the ClothBindings, it does not account for disabled cloth sections getting stripped and can connect the Cloth Data to the wrong sections. See FillCloth ...