Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
XPBD bending element constraint property configuration node.
| Name | FChaosClothAssetSimulationXPBDBendingElementConfigNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Deprecated="5.4"))
struct FChaosClothAssetSimulationXPBDBendingElementConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSimulationBaseConfigNode → FChaosClothAssetSimulationXPBDBendingElementConfigNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSimulationXPBDBendingElementConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| XPBDBendingElementDamping | FChaosClothAssetWeightedValue | The damping of the bending element constraints, relative to critical damping. | ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
|
| XPBDBendingElementStiffness | FChaosClothAssetWeightedValue | The stiffness of the bending element constraints. | ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
|
| XPBDBucklingRatio | 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/SimulationXPBDBendingElementConfigNode.h |
|
| XPBDBucklingStiffness | FChaosClothAssetWeightedValue | The stiffness after buckling. | ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
|
| XPBDFlatnessRatio | DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationXPBDBendingElementConfigNode, "SimulationXPBDBendingElementConfig", "Cloth", "Cloth SimulationXPBD Bending Element Config") public FChaosClothAssetWeightedValueNonAnimatable | Method for calculating the rest angles of the constraints. | ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
|
| XPBDRestAngle | FChaosClothAssetWeightedValueNonAnimatable | Set rest angles to be the explicit value set here (in degrees). | ChaosClothAsset/SimulationXPBDBendingElementConfigNode.h |
|