Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationStretchOverrideConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationStretchOverrideConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationStretchOverrideConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationStretchOverrideConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Stretching constraint property override configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyUniformStretchStiffnessOverride | Whether or not to apply the Stretch Stiffness Override to warp, weft, and bias stiffnesses of anisotropic springs. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationStretchOverrideConfigNode, "SimulationStretc... | bStretchUse3dRestLengths | Enable overriding Stretch Use 3d Rest Lengths Whether to use the 3D draped space as rest lengths, or use the 2D pattern space instead. | |
| EChaosClothAssetConstraintOverrideType | OverrideStretchDamping | Damping override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideStretchStiffness | Stretch stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideStretchStiffnessBias | Bias stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideStretchStiffnessWarp | Warp stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideStretchStiffnessWeft | Weft stiffness override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideWarpScale | Warp scale override type. | |
| EChaosClothAssetConstraintOverrideType | OverrideWeftScale | Weft scale override type. | |
| FChaosClothAssetWeightedValueOverride | StretchDamping | Stretch damping override value. | |
| FChaosClothAssetWeightedValueOverride | StretchStiffness | Stretch stiffness override value. | |
| FChaosClothAssetWeightedValueOverride | StretchStiffnessBias | Stretch stiffness bias override value. | |
| FChaosClothAssetWeightedValueOverride | StretchStiffnessWarp | Stretch stiffness warp override value. | |
| FChaosClothAssetWeightedValueOverride | StretchStiffnessWeft | Stretch stiffness weft override value. | |
| FChaosClothAssetWeightedValueOverride | WarpScale | Stretch damping override value. | |
| FChaosClothAssetWeightedValueOverride | WeftScale | Stretch damping override value. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationStretchOverrideConfigNode
(
const Dataflow::FNodeParameters& InParam, |