Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Spring > BlueprintAPI/Math/Spring/Experimental
Convert a halflife to a smoothing time
Target is Blueprint Spring Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | Half Life | The half life of the spring. How long it takes the value to get halfway towards the target. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The smoothing time of the spring in seconds. It is the time by which the output lags the input when critically damped, when the input is changing at a constant rate. |