Description
SimulationClothVertexSpringConfig (v1) Experimental
Node for creating vertex-vertex constraints and setting their simulation properties.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Cloth Simulation Vertex Spring |
| Type | FChaosClothAssetSimulationClothVertexSpringConfigNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bAppendToExisting | Append to existing set of constraints. Stiffnesses inherited from existing constraints. | bool | False |
| VertexSpringExtensionStiffness | Extension Stiffness is the spring stiffness applied when the spring is currently longer than its rest length. This is a low-high range, but there are currently no ways to author per-spring stiffnesses, so only Low is used in practice. | FVector2f | (X=100.000000,Y=100.000000) |
| VertexSpringCompressionStiffness | Compression Stiffness is the spring stiffness applied when the spring is currently shorter than its rest length. This is a low-high range, but there are currently no ways to author per-spring stiffnesses, so only Low is used in practice. | FVector2f | (X=100.000000,Y=100.000000) |
| VertexSpringDamping | This damping is the relative to critical damping. This is a low-high range, but there are currently no ways to author per-spring stiffnesses, so only Low is used in practice. | FVector2f | (X=0.000000,Y=0.000000) |
| ConstructionSets | Construction data for procedurally generating constraints. | TArray | (()) |
| RestLengthScale | Scale applied to the rest lengths of the springs. A value of 1 will preserve the distance in the rest collection. | float | 1.000000 |
| GenerateConstraints | Click on this button to generate constraints from the construction data. | FDataflowFunctionProperty | () |
| ConstraintVertices | Raw constraint end point data. Modify at your own risk. | TArray | |
| RestLengths | Raw constraint rest length data. Modify at your own risk. | TArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection |