Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
Include | #include "Channels/MovieSceneInterpolation.h" |
Syntax
struct FConstantValue
Remarks
Structure representing a constant value. Temporarily includes a flag to determine whether it needs to be re-evaluated for legacy fallback.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
double | Value | The constant value |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FConstantValue
(
double InValue |