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 FInterpolationExtents
Remarks
Structure that represents the extents of a curve in y
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | MaxValue | ||
| FFrameTime | MaxValueTime | ||
| double | MinValue | ||
| FFrameTime | MinValueTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPoint
(
double Value, |
||
| void | Combine
(
const FInterpolationExtents& Other |
||
| bool | IsValid () |