Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FInterpCurvePoint > FInterpCurvePoint
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
Include | #include "Math/InterpCurvePoint.h" |
FInterpCurvePoint
&40;
const float In,
const T & Out
&41;
Remarks
Constructor
uses linear interpolationFInterpCurvePoint inline functions
Parameters
Name | Description |
---|---|
In | input value that corresponds to this key |
Out | Output value of templated type |