Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationXPBDBendingElementConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationXPBDBendingElementConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
XPBD bending element constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | XPBDBendingElementDamping | The damping of the bending element constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | XPBDBendingElementStiffness | The stiffness of the bending element constraints. | |
| float | XPBDBucklingRatio | Once the element has bent such that it's folded more than this ratio from its rest angle ("buckled"), switch to using Buckling Stiffness instead of BendingElement Stiffness. | |
| FChaosClothAssetWeightedValue | XPBDBucklingStiffness | The stiffness after buckling. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationXPBDBendingElementConfigNode, "SimulationXPB... | XPBDFlatnessRatio | Method for calculating the rest angles of the constraints. | |
| FChaosClothAssetWeightedValueNonAnimatable | XPBDRestAngle | Set rest angles to be the explicit value set here (in degrees). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationXPBDBendingElementConfigNode
(
const Dataflow::FNodeParameters& InParam, |