Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
References
| |
|
| Module |
ChaosClothAssetDataflowNodes |
| Header |
/Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationPBDBendingElementConfigNode.h |
| Include |
#include "ChaosClothAsset/SimulationPBDBendingElementConfigNode.h" |
Syntax
enum EChaosClothAssetRestAngleConstructionType
&123;
Use3DRestAngles = (uint8)Chaos::Softs::FPBDBendingConstraintsBase::ERestAngleConstructionType::Use3DRestAngles,
FlatnessRatio = (uint8)Chaos::Softs::FPBDBendingConstraintsBase::ERestAngleConstructionType::FlatnessRatio,
RestAngle = (uint8)Chaos::Softs::FPBDBendingConstraintsBase::ERestAngleConstructionType::ExplicitRestAngles,
&125;
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. |