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
{
UMETA =(DisplayName = "Sim & Render Meshes"),
UMETA =(DisplayName = "Sim Mesh"),
UMETA =(DisplayName = "Render Mesh"),
}
Values
| Name |
Description |
| 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. |