Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| Name | EChaosClothAssetBendingConstraintType |
| Type | enum |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationConfigNodePropertyTypes.h |
| Include Path | #include "ChaosClothAsset/SimulationConfigNodePropertyTypes.h" |
Syntax
enum EChaosClothAssetBendingConstraintType
{
FacesSpring,
HingeAngles,
}
Values
| Name | Remarks |
|---|---|
| FacesSpring | Add a spring in between the opposite vertices of the adjacent faces |
| HingeAngles | Add an angular constraint in between the 2 faces |