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