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

#include <MovieSceneInterpolation.h>

Public Member Functions

 FConstantValue (double InValue)
 
 FConstantValue (FFrameNumber InOrigin, double InValue)
 
MOVIESCENE_API FConstantValue Derivative () const
 
MOVIESCENE_API FLinearInterpolation Integral (double ConstantOffset=0.0) const
 

Public Attributes

double Value
 
FFrameNumber Origin
 

Detailed Description

Structure representing a constant value. Temporarily includes a flag to determine whether it needs to be re-evaluated for legacy fallback.

Constructor & Destructor Documentation

◆ FConstantValue() [1/2]

UE::MovieScene::Interpolation::FConstantValue::FConstantValue ( double  InValue)
inline

◆ FConstantValue() [2/2]

UE::MovieScene::Interpolation::FConstantValue::FConstantValue ( FFrameNumber  InOrigin,
double  InValue 
)
inline

Member Function Documentation

◆ Derivative()

FConstantValue UE::MovieScene::Interpolation::FConstantValue::Derivative ( ) const

◆ Integral()

FLinearInterpolation UE::MovieScene::Interpolation::FConstantValue::Integral ( double  ConstantOffset = 0.0) const

Member Data Documentation

◆ Origin

FFrameNumber UE::MovieScene::Interpolation::FConstantValue::Origin

◆ Value

double UE::MovieScene::Interpolation::FConstantValue::Value

The constant value


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