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