Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationStretchConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationStretchConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationStretchConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationStretchConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Stretching constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | AreaStiffness | The stiffness of the surface area preservation constraints. | |
| bool | bAddAreaConstraint | Add an area constraint in case of isotropic distribution | |
| EChaosClothAssetConstraintDistributionType | DistributionType | Constraint distribution type. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationStretchConfigNode, "SimulationStretchConfig"... | SolverType | Whether to use the 3D draped space as rest lengths, or use the 2D pattern space instead. | |
| FChaosClothAssetWeightedValue | StretchAnisoDamping | The damping of the stretch anisotropic constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | StretchDamping | The damping of the stretch constraints, relative to critical damping. | |
| FChaosClothAssetWeightedValue | StretchStiffness | The stiffness of the stretch constraints. | |
| FChaosClothAssetWeightedValue | StretchStiffnessBias | The stiffness of the stretch constraints in the bias (diagonal) direction. | |
| FChaosClothAssetWeightedValue | StretchStiffnessWarp | The stiffness of the stretch constraints in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | StretchStiffnessWeft | The stiffness of the stretch constraints in the weft (horizontal) direction. | |
| FChaosClothAssetWeightedValue | StretchWarpScale | The scale of the stretch constraints at rest in the warp (vertical) direction. | |
| FChaosClothAssetWeightedValue | StretchWeftScale | The scale of the stretch constraints at rest in the weft (horizontal) direction. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationStretchConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |