Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationBendingOverrideConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationBendingOverrideConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationBendingOverrideConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Experimental))
struct FChaosClothAssetSimulationBendingOverrideConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Bending constraint property override configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyBendingStiffnessOverrideToBuckling | Whether or not to apply the Bending Stiffness Override to buckling stiffnesses. | |
| bool | bApplyUniformBendingStiffnessOverride | Whether or not to apply the Bending Stiffness Override to warp, weft, and bias stiffnesses of anisotropic bending elements. | |
| bool | bApplyUniformBucklingStiffnessOverride | Whether or not to apply the Buckling Stiffness Override to warp, weft, and bias stiffnesses of anisotropic bending elements. | |
| FChaosClothAssetWeightedValueOverride | BendingDamping | Bending damping override value. | |
| FChaosClothAssetWeightedValueOverride | BendingStiffness | Bending stiffness override value. | |
| FChaosClothAssetWeightedValueOverride | BendingStiffnessBias | Bending stiffness bias override value. | |
| FChaosClothAssetWeightedValueOverride | BendingStiffnessWarp | Bending stiffness warp override value. | |
| FChaosClothAssetWeightedValueOverride | BendingStiffnessWeft | Bending stiffness weft override value. | |
| float | BucklingRatio | Buckling ratio override value. | |
| FChaosClothAssetWeightedValueOverride | BucklingStiffness | Buckling stiffness override value. | |
| FChaosClothAssetWeightedValueOverride | BucklingStiffnessBias | Buckling stiffness Bias override value. | |
| FChaosClothAssetWeightedValueOverride | BucklingStiffnessWarp | Buckling stiffness warp override value. | |
| FChaosClothAssetWeightedValueOverride | BucklingStiffnessWeft | Buckling stiffness Weft override value. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationBendingOverrideConfigNode, "SimulationBendin... | FlatnessRatio | Flatness override type. Flatness override value. | |
| EChaosClothAssetConstraintOverrideType | OverrideBendingDamping | Damping override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBendingStiffness | Bending stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBendingStiffnessBias | Bias stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBendingStiffnessWarp | Warp stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBendingStiffnessWeft | Weft stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBucklingRatio | Buckling ratio override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBucklingStiffness | Buckling stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBucklingStiffnessBias | Bias buckling stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBucklingStiffnessWarp | Warp buckling stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideBucklingStiffnessWeft | Weft buckling stiffness override type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationBendingOverrideConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |