Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include | #include "Channels/MovieSceneInterpolation.h" |
Syntax
struct FCubicInterpolation
Remarks
A cubic bezier interpolation between 2 control points with tangents, represented as 4 control points on a Bezier curve
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | DX | The delta value between the two control points in the time-domain | |
| FFrameNumber | Origin | The origin time of the first control point | |
| double | P0 | The four control points that should be passed to BezierInterp | |
| double | P1 | ||
| double | P2 | ||
| double | P3 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCubicInterpolation
(
FFrameNumber InOrigin, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | Evaluate
(
FFrameTime InTime |
Evaluate the expression |