Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
References
| |
|
| Module |
ChaosClothAssetDataflowNodes |
| Header |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransferSkinWeightsNode.h |
| Include |
#include "ChaosClothAsset/TransferSkinWeightsNode.h" |
Syntax
enum EChaosClothAssetTransferSkinWeightsMethod
{
ClosestPointOnSurface,
InpaintWeights,
}
Values
| Name |
Description |
| 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. |