Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FInterpCurvePoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor (no initialization). | Math/InterpCurvePoint.h | ||
| Constructor which initializes all components to zero. | Math/InterpCurvePoint.h | ||
FInterpCurvePoint
(
const float In, |
Constructor | Math/InterpCurvePoint.h | |
FInterpCurvePoint
(
const float In, |
Constructor | Math/InterpCurvePoint.h |
FInterpCurvePoint()
Description
Default constructor (no initialization).
| Name | FInterpCurvePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
FInterpCurvePoint()
FInterpCurvePoint(EForceInit)
Description
Constructor which initializes all components to zero.
| Name | FInterpCurvePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
FInterpCurvePoint
(
EForceInit
)
Parameters
| Name | Remarks |
|---|---|
| EForceInit | Force init enum |
FInterpCurvePoint(const float, const T &)
Description
Constructor
uses linear interpolationFInterpCurvePoint inline functions
| Name | FInterpCurvePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
FInterpCurvePoint
(
const float In,
const T & Out
)
Parameters
| Name | Remarks |
|---|---|
| In | input value that corresponds to this key |
| Out | Output value of templated type |
FInterpCurvePoint(const float, const T &, const T &, const T &, const EInterpCurveMode)
Description
Constructor
| Name | FInterpCurvePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
FInterpCurvePoint
(
const float In,
const T & Out,
const T & InArriveTangent,
const T & InLeaveTangent,
const EInterpCurveMode InInterpMode
)
Parameters
| Name | Remarks |
|---|---|
| In | input value that corresponds to this key |
| Out | Output value of templated type |
| InArriveTangent | Tangent of curve arriving at this point. |
| InLeaveTangent | Tangent of curve leaving from this point. |
| InInterpMode | interpolation mode to use |