Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FInterpCurve
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurve.h |
| Include | #include "Math/InterpCurve.h" |
T Eval
(
const float InVal,
const T & Default
) const
Remarks
Evaluate the output for an arbitary input value. For inputs outside the range of the keys, the first/last key value is assumed.