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
{
UMETA =(DisplayName = "Sim & Render Meshes"),
UMETA =(DisplayName = "Sim Mesh"),
UMETA =(DisplayName = "Render Mesh"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Perform the skin weights transfer for both the simulation and render meshes. |
| UMETA | Perform the skin weights transfer for the simulation mesh only. |
| UMETA | Perform the skin weights transfer for the render mesh only. |