Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FLinearEase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetNextValue () |
DSP/Dsp.h | ||
float GetNextValue
(
int32 NumTicksToJumpAhead |
Same as GetValue(), but overloaded to increment Current Tick by NumTicksToJumpAhead (before getting the value) | DSP/Dsp.h |
GetNextValue()
| Name | GetNextValue |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include Path | #include "DSP/Dsp.h" |
float GetNextValue()
GetNextValue(int32)
Description
Same as GetValue(), but overloaded to increment Current Tick by NumTicksToJumpAhead (before getting the value)
| Name | GetNextValue |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include Path | #include "DSP/Dsp.h" |
float GetNextValue
(
int32 NumTicksToJumpAhead
)