Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| |
|
| Name |
EChaosClothAssetRestAngleConstructionType |
| Type |
enum |
| Header File |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationConfigNodePropertyTypes.h |
| Include Path |
#include "ChaosClothAsset/SimulationConfigNodePropertyTypes.h" |
Syntax
enum EChaosClothAssetRestAngleConstructionType
{
Use3DRestAngles = (uint8)Chaos::Softs::FPBDBendingConstraintsBase::ERestAngleConstructionType::Use3DRestAngles,
FlatnessRatio = (uint8)Chaos::Softs::FPBDBendingConstraintsBase::ERestAngleConstructionType::FlatnessRatio,
RestAngle = (uint8)Chaos::Softs::FPBDBendingConstraintsBase::ERestAngleConstructionType::ExplicitRestAngles,
}
Values
| Name |
Remarks |
| Use3DRestAngles |
Calculate rest angles using the 3D draped space simulation mesh. |
| FlatnessRatio |
Calculate rest angles using the FlatnessRatio property. |
| RestAngle |
Calculate rest angles using the RestAngle property. |