Navigation
API > API/Runtime > API/Runtime/MovieScene
Structure that represents the extents of a curve in y
| Name | FInterpolationExtents |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
Syntax
struct FInterpolationExtents
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxValue | double | Channels/MovieSceneInterpolation.h | ||
| MaxValueTime | FFrameTime | Channels/MovieSceneInterpolation.h | ||
| MinValue | double | Channels/MovieSceneInterpolation.h | ||
| MinValueTime | FFrameTime | Channels/MovieSceneInterpolation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPoint
(
double Value, |
Channels/MovieSceneInterpolation.h | ||
void Combine
(
const FInterpolationExtents& Other |
Channels/MovieSceneInterpolation.h | ||
bool IsValid() |
Channels/MovieSceneInterpolation.h |