![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneInterpolation.h>
Public Member Functions | |
| MOVIESCENE_API bool | IsValid () const |
| MOVIESCENE_API void | AddPoint (double Value, FFrameTime Time) |
| MOVIESCENE_API void | Combine (const FInterpolationExtents &Other) |
Public Attributes | |
| double | MinValue = std::numeric_limits<double>::max() |
| double | MaxValue = std::numeric_limits<double>::lowest() |
| FFrameTime | MinValueTime |
| FFrameTime | MaxValueTime |
Structure that represents the extents of a curve in y
| void UE::MovieScene::Interpolation::FInterpolationExtents::AddPoint | ( | double | Value, |
| FFrameTime | Time | ||
| ) |
| void UE::MovieScene::Interpolation::FInterpolationExtents::Combine | ( | const FInterpolationExtents & | Other | ) |
| bool UE::MovieScene::Interpolation::FInterpolationExtents::IsValid | ( | ) | const |
| double UE::MovieScene::Interpolation::FInterpolationExtents::MaxValue = std::numeric_limits<double>::lowest() |
| FFrameTime UE::MovieScene::Interpolation::FInterpolationExtents::MaxValueTime |
| double UE::MovieScene::Interpolation::FInterpolationExtents::MinValue = std::numeric_limits<double>::max() |
| FFrameTime UE::MovieScene::Interpolation::FInterpolationExtents::MinValueTime |