Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Verlet (Vector)' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Target | |
| real | Strength | The strength of the verlet spring |
| real | Damp | The amount of damping to apply ( 0.0 to 1.0, but usually really low like 0.005 ) |
| real | Blend | The amount of blending to apply per second |
| vector | Force | The force feeding into the solver. Can be used for gravity. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction Verlet Integrate Vector |