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