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 EChaosClothAssetTransferTargetMeshType
{
All,
Simulation,
Render,
}
Values
| Name |
Description |
| 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. |