Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include | #include "DSP/Dsp.h" |
Syntax
class FLinearEase
Remarks
Simple easing function used to help interpolate params.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLinearEase () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FLinearEase () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetNextValue () |
||
| float | GetNextValue
(
int32 NumTicksToJumpAhead |
Same as GetValue(), but overloaded to increment Current Tick by NumTicksToJumpAhead (before getting the value) | |
| void | Init
(
float InSampleRate |
||
| bool | IsDone () |
||
| float | |||
| void | SetValue
(
const float InValue, |
||
| void | SetValueInterrupt
(
const float InValue |
Updates the target value without changing the duration or tick data. | |
| void | SetValueRange
(
const float Start, |