Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationLongRangeAttachmentConfigNode_v2
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationLongRangeAttachmentConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationLongRangeAttachmentConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationLongRangeAttachmentConfigNode_v2 : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Long range attachment constraint property configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseGeodesicTethers | Use geodesic instead of euclidean distance calculations for the Long Range Attachment constraint, which is slower at setup but more accurate at establishing the correct position and length of the tethers, and therefore is less prone to artifacts during the simulation. | |
| FChaosClothAssetConnectableIStringValue | FixedEndSet | The name of the vertex selection set used as fixed tether ends. | |
| FChaosClothAssetWeightedValue | TetherScale | The limit scale of the long range attachment constraints (aka tether limit). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationLongRangeAttachmentConfigNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationLongRangeAttachmentConfigNode_v2, |
The tethers' stiffness of the long range attachment constraints. |