Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
XPBD anisotropic bending constraint property configuration node.
| Name | FChaosClothAssetSimulationXPBDAnisoBendingConfigNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Deprecated="5.4"))
struct FChaosClothAssetSimulationXPBDAnisoBendingConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSimulationBaseConfigNode → FChaosClothAssetSimulationXPBDAnisoBendingConfigNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSimulationXPBDAnisoBendingConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| XPBDAnisoBendingDamping | FChaosClothAssetWeightedValue | The damping of the bending constraints, relative to critical damping. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBendingStiffnessBias | FChaosClothAssetWeightedValue | The stiffness of the bending constraints in the bias (diagonal) direction. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBendingStiffnessWarp | FChaosClothAssetWeightedValue | The stiffness of the bending constraints in the warp (vertical) direction. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBendingStiffnessWeft | FChaosClothAssetWeightedValue | The stiffness of the bending constraints in the weft (horizontal) direction. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBucklingRatio | float | 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. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBucklingStiffnessBias | FChaosClothAssetWeightedValue | The stiffness after buckling in the bias (diagonal) direction. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBucklingStiffnessWarp | FChaosClothAssetWeightedValue | The stiffness after buckling in the warp (vertical) direction. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoBucklingStiffnessWeft | FChaosClothAssetWeightedValue | The stiffness after buckling in the weft (horizontal) direction. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoFlatnessRatio | DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationXPBDAnisoBendingConfigNode, "SimulationXPBDAnisoBendingConfig", "Cloth", "Cloth SimulationXPBDAnisotropic Bending Config") public FChaosClothAssetWeightedValueNonAnimatable | Method for calculating the rest angles of the constraints. | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|
| XPBDAnisoRestAngle | FChaosClothAssetWeightedValueNonAnimatable | Set rest angles to be the explicit value set here (in degrees). | ChaosClothAsset/SimulationXPBDAnisoBendingConfigNode.h |
|