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