Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FConstantValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstantValue
(
double InValue |
Channels/MovieSceneInterpolation.h | ||
FConstantValue
(
FFrameNumber InOrigin, |
Channels/MovieSceneInterpolation.h |
FConstantValue(double)
| Name | FConstantValue |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
FConstantValue
(
double InValue
)
FConstantValue(FFrameNumber, double)
| Name | FConstantValue |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
FConstantValue
(
FFrameNumber InOrigin,
double InValue
)