#include <ComposableCameraSpringDamperInterpolator.h>
Inherits:
UComposableCameraInterpolatorBase
Spring damper interpolator.
Public Attributes¶
| Return | Name | Description |
|---|---|---|
float |
Frequency |
Controls the frequency of oscillation and the speed of decay. |
float |
DampRatio |
Controls whether the spring is undamped (=0), underdamped (<1), critically damped (=1), or overdamped (>1). |
Frequency¶
float Frequency { 3.1415926 }
Controls the frequency of oscillation and the speed of decay.
DampRatio¶
float DampRatio { 1.0 }
Controls whether the spring is undamped (=0), underdamped (<1), critically damped (=1), or overdamped (>1).