Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationXPBDAnisoBendingConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Deprecated="5.4"))
struct FChaosClothAssetSimulationXPBDAnisoBendingConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
XPBD anisotropic bending constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | XPBDAnisoBendingDamping | The damping of the bending constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | XPBDAnisoBendingStiffnessBias | The stiffness of the bending constraints in the bias (diagonal) direction. | |
| FChaosClothAssetWeightedValue | XPBDAnisoBendingStiffnessWarp | The stiffness of the bending constraints in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | XPBDAnisoBendingStiffnessWeft | The stiffness of the bending constraints in the weft (horizontal) direction. | |
| float | XPBDAnisoBucklingRatio | 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 | XPBDAnisoBucklingStiffnessBias | The stiffness after buckling in the bias (diagonal) direction. | |
| FChaosClothAssetWeightedValue | XPBDAnisoBucklingStiffnessWarp | The stiffness after buckling in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | XPBDAnisoBucklingStiffnessWeft | The stiffness after buckling in the weft (horizontal) direction. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationXPBDAnisoBendingConfigNode, "SimulationXPBDA... | XPBDAnisoFlatnessRatio | Method for calculating the rest angles of the constraints. | |
| FChaosClothAssetWeightedValueNonAnimatable | XPBDAnisoRestAngle | Set rest angles to be the explicit value set here (in degrees). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationXPBDAnisoBendingConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |