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