![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Structure representing a constant value. Temporarily includes a flag to determine whether it needs to be re-evaluated for legacy fallback.
|
inline |
|
inline |
| FConstantValue UE::MovieScene::Interpolation::FConstantValue::Derivative | ( | ) | const |
| FLinearInterpolation UE::MovieScene::Interpolation::FConstantValue::Integral | ( | double | ConstantOffset = 0.0 | ) | const |
| FFrameNumber UE::MovieScene::Interpolation::FConstantValue::Origin |
| double UE::MovieScene::Interpolation::FConstantValue::Value |
The constant value