Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| |
|
| Name |
EChaosClothAssetWeightMapTransferType |
| Type |
enum |
| Header File |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/AddWeightMapNode.h |
| Include Path |
#include "ChaosClothAsset/AddWeightMapNode.h" |
Syntax
enum EChaosClothAssetWeightMapTransferType
{
Use2DSimMesh,
Use3DSimMesh,
}
Values
| Name |
Remarks |
| Use2DSimMesh |
Transfer weight maps from the 2D simulation mesh (pattern against pattern). |
| Use3DSimMesh |
Transfer weight maps from the 3D simulation mesh (rest mesh against rest mesh). |