Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Classes
| Type | Name | Description | |
|---|---|---|---|
| ClothMeshDesc | |||
| FVertexParameterMapper | Object used to map vertex parameters between two meshes using the same barycentric mesh to mesh mapping data we use for clothing |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClothingMeshUtils::ComputeMaxEdgeLength
(
const ClothMeshDesc& TargetMesh, |
Superseded by GenerateMeshToMeshVertData. | |
| void | ClothingMeshUtils::GenerateEmbeddedPositions
(
const ClothMeshDesc& SourceMesh, |
Use FVertexParameterMapper::GenerateEmbeddedPositions instead. | |
| void | ClothingMeshUtils::GenerateMeshToMeshSkinningData
(
TArray< FMeshToMeshVertData >& OutSkinningData, |
Superseded by GenerateMeshToMeshVertData. |