Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| Name | EChaosClothAssetTransferSkinWeightsMethod |
| Type | enum |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransferSkinWeightsNode.h |
| Include Path | #include "ChaosClothAsset/TransferSkinWeightsNode.h" |
Syntax
enum EChaosClothAssetTransferSkinWeightsMethod
{
ClosestPointOnSurface,
InpaintWeights,
}
Values
| Name | Remarks |
|---|---|
| ClosestPointOnSurface | For every vertex on the target mesh, find the closest point on the surface of the source mesh and copy its weights. |
| InpaintWeights | For every vertex on the target mesh, find the closest point on the surface of the source mesh. |