Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FInterpCurve
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurve.h |
Include | #include "Math/InterpCurve.h" |
T Eval
&40;
const float InVal,
const T & Default
&41; 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.