Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/FChaosClothAsset-_19
Description
The tethers' stiffness of the long range attachment constraints. The long range attachment connects each of the cloth particles to its closest fixed point with a spring constraint. This can be used to compensate for a lack of stretch resistance when the iterations count is kept low for performance reasons. Can lead to an unnatural pull string puppet like behavior. If a valid weight map is found with the given Weight Map name, then both Low and High values are interpolated with the per particle weight to make the final value used for the simulation. Otherwise all particles are considered to have a zero weight, and only the Low value is meaningful.
| Name | DATAFLOW_NODE_DEFINE_INTERNAL |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationLongRangeAttachmentConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationLongRangeAttachmentConfigNode.h" |
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationLongRangeAttachmentConfigNode_v2 ,
"SimulationLongRangeAttachmentConfig",
"Cloth",
"Cloth Simulation Long Range Attachment Config"
)