Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationXPBDAnisoSpringConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationXPBDAnisoSpringConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationXPBDAnisoSpringConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Deprecated="5.4"))
struct FChaosClothAssetSimulationXPBDAnisoSpringConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
XPBD anisotropic spring constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | XPBDAnisoSpringDamping | The damping of the stretch constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | XPBDAnisoSpringStiffnessBias | The stiffness of the stretch constraints in the bias (diagonal) direction. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationXPBDAnisoSpringConfigNode, "SimulationXPBDAn... | XPBDAnisoSpringStiffnessWarp | Whether to use the 3D draped space as rest lengths, or use the 2D pattern space instead. | |
| FChaosClothAssetWeightedValue | XPBDAnisoSpringStiffnessWeft | The stiffness of the stretch constraints in the weft (horizontal) direction. | |
| FChaosClothAssetWeightedValue | XPBDAnisoSpringWarpScale | The scale of the stretch constraints at rest in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | XPBDAnisoSpringWeftScale | The scale of the stretch constraints at rest in the weft (horizontal) direction. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationXPBDAnisoSpringConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |