Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| Name | EChaosClothAssetTransferTargetMeshType |
| Type | enum |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransferSkinWeightsNode.h |
| Include Path | #include "ChaosClothAsset/TransferSkinWeightsNode.h" |
Syntax
enum EChaosClothAssetTransferTargetMeshType
{
All,
Simulation,
Render,
}
Values
| Name | Remarks |
|---|---|
| All | Perform the skin weights transfer for both the simulation and render meshes. |
| Simulation | Perform the skin weights transfer for the simulation mesh only. |
| Render | Perform the skin weights transfer for the render mesh only. |