Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| |
|
| Name |
EChaosClothAssetTransferRenderMeshSource |
| Type |
enum |
| Header File |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransferSkinWeightsNode.h |
| Include Path |
#include "ChaosClothAsset/TransferSkinWeightsNode.h" |
Syntax
enum EChaosClothAssetTransferRenderMeshSource
{
SkeletalMesh,
SimulationMesh,
}
Values
| Name |
Remarks |
| SkeletalMesh |
For render mesh, transfer weights from the source Skeletal Mesh. |
| SimulationMesh |
For render mesh, transfer weights from the Collection input sim mesh, or Sim Collection input if connected. |