Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FLinearCurve
Description
Evaluates the curve with the given domain. Returns false if the curve was incapable of evaluation (i.e. empty). Will clamp the output to the values of the domain
| Name | Eval |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioLinearCurve.h |
| Include Path | #include "DSP/AudioLinearCurve.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/AudioLinearCurve.cpp |
bool Eval
(
float InDomain,
float & OutValue
) const