Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
XPBD anisotropic stretch constraint property configuration node.
| Name | FChaosClothAssetSimulationXPBDAnisoStretchConfigNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Deprecated="5.4"))
struct FChaosClothAssetSimulationXPBDAnisoStretchConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSimulationBaseConfigNode → FChaosClothAssetSimulationXPBDAnisoStretchConfigNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSimulationXPBDAnisoStretchConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| XPBDAnisoStretchDamping | FChaosClothAssetWeightedValue | The damping of the stretch constraints, relative to critical damping. | ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
|
| XPBDAnisoStretchStiffnessBias | FChaosClothAssetWeightedValue | The stiffness of the stretch constraints in the bias (diagonal) direction. | ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
|
| XPBDAnisoStretchStiffnessWarp | DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationXPBDAnisoStretchConfigNode, "SimulationXPBDAnisoStretchConfig", "Cloth", "Cloth SimulationXPBDAnisotropic Stretch Config") public FChaosClothAssetWeightedValue | Whether to use the 3D draped space as rest lengths, or use the 2D pattern space instead. | ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
|
| XPBDAnisoStretchStiffnessWeft | FChaosClothAssetWeightedValue | The stiffness of the stretch constraints in the weft (horizontal) direction. | ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
|
| XPBDAnisoStretchWarpScale | FChaosClothAssetWeightedValue | The scale of the stretch constraints at rest in the warp (vertical) direction. | ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
|
| XPBDAnisoStretchWeftScale | FChaosClothAssetWeightedValue | The scale of the stretch constraints at rest in the weft (horizontal) direction. | ChaosClothAsset/SimulationXPBDAnisoStretchConfigNode.h |
|