Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
References
| |
|
| Module |
ChaosClothAssetDataflowNodes |
| Header |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationConfigNodePropertyTypes.h |
| Include |
#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 |
Description |
| 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. |