Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationBendingConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationBendingConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationBendingConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationBendingConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Bending constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | BendingAnisoDamping | The damping of the bending anisotropic constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | BendingDamping | The damping of the bending constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | BendingStiffness | The Stiffness of the bending constraints. | |
| FChaosClothAssetWeightedValue | BendingStiffnessBias | The stiffness of the bending constraints in the bias (diagonal) direction. | |
| FChaosClothAssetWeightedValue | BendingStiffnessWarp | The stiffness of the bending constraints in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | BendingStiffnessWeft | The stiffness of the bending constraints in the weft (horizontal) direction. | |
| float | BucklingRatio | 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 | BucklingStiffness | The stiffness after buckling. | |
| FChaosClothAssetWeightedValue | BucklingStiffnessBias | The stiffness after buckling in the bias (diagonal) direction. | |
| FChaosClothAssetWeightedValue | BucklingStiffnessWarp | The stiffness after buckling in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | BucklingStiffnessWeft | The stiffness after buckling in the weft (horizontal) direction. | |
| EChaosClothAssetBendingConstraintType | ConstraintType | Constraint method type | |
| EChaosClothAssetConstraintDistributionType | DistributionType | Constraint distribution type | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationBendingConfigNode, "SimulationBendingConfig"... | FlatnessRatio | Method for calculating the rest angles of the constraints. | |
| FChaosClothAssetWeightedValueNonAnimatable | RestAngle | Set rest angles to be the explicit value set here (in degrees). | |
| EChaosClothAssetConstraintSolverType | SolverType | Constraint solver type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationBendingConfigNode
(
const Dataflow::FNodeParameters& InParam, |