UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::Interpolation::FInterpolationExtents Struct Reference

#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
 

Detailed Description

Structure that represents the extents of a curve in y

Member Function Documentation

◆ AddPoint()

void UE::MovieScene::Interpolation::FInterpolationExtents::AddPoint ( double  Value,
FFrameTime  Time 
)

◆ Combine()

void UE::MovieScene::Interpolation::FInterpolationExtents::Combine ( const FInterpolationExtents Other)

◆ IsValid()

bool UE::MovieScene::Interpolation::FInterpolationExtents::IsValid ( ) const

Member Data Documentation

◆ MaxValue

double UE::MovieScene::Interpolation::FInterpolationExtents::MaxValue = std::numeric_limits<double>::lowest()

◆ MaxValueTime

FFrameTime UE::MovieScene::Interpolation::FInterpolationExtents::MaxValueTime

◆ MinValue

double UE::MovieScene::Interpolation::FInterpolationExtents::MinValue = std::numeric_limits<double>::max()

◆ MinValueTime

FFrameTime UE::MovieScene::Interpolation::FInterpolationExtents::MinValueTime

The documentation for this struct was generated from the following files: