Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
Include |
#include "Math/InterpCurvePoint.h" |
template<class T>
class FInterpCurvePoint
Template for interpolation points.
Interpolation points are used for describing the shape of interpolation curves.
Name | Description | ||
---|---|---|---|
|
ArriveTangent |
Tangent of curve arrive this point. |
|
|
TEnumAsByte< EI... |
InterpMode |
Interpolation mode between this point and the next one. |
|
float |
InVal |
Float input value that corresponds to this key (eg. time). |
|
LeaveTangent |
Tangent of curve leaving this point. |
|
|
OutVal |
Output value of templated type when input is equal to InVal. |
Name | Description | |
---|---|---|
|
FInterpCurvePoint() |
Default constructor (no initialization). |
|
FInterpCurvePoint ( |
Constructor which initializes all components to zero. |
|
FInterpCurvePoint ( |
Constructor |
|
FInterpCurvePoint |
Constructor |
Name | Description | ||
---|---|---|---|
|
bool |
IsCurveKey() |