Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ParamInterpolator.h |
| Include | #include "DSP/ParamInterpolator.h" |
Syntax
class FParam
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParam () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetTarget () |
Returns the target value. | |
| float | GetValue () |
Returns the current value, but does not update the value. | |
| void | Init () |
||
| void | Reset () |
Resets the delta value back to 0.0. To be called at beginning of callback render. | |
| void | Set the parameter value to the given target value over the given interpolation frames. | ||
| float | Update () |
Updates the parameter, assumes called in one of the frames. |