Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationPBDBendingElementConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationPBDBendingElementConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationPBDBendingElementConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Deprecated="5.4"))
struct FChaosClothAssetSimulationPBDBendingElementConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Bending element constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | BendingElementStiffness | The Stiffness of the bending elements constraints. | |
| float | BucklingRatio | 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. | |
| FChaosClothAssetWeightedValue | BucklingStiffness | The stiffness after buckling. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationPBDBendingElementConfigNode, "SimulationPBDB... | FlatnessRatio | Method for calculating the rest angles of the constraints. | |
| FChaosClothAssetWeightedValueNonAnimatable | RestAngle | Set rest angles to be the explicit value set here (in degrees). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationPBDBendingElementConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |