Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneDoubleChannel
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneDoubleChannel.h |
| Include | #include "Channels/MovieSceneDoubleChannel.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneDoubleChannel.cpp |
UE::MovieScene::Interpolation::FInterpolationExtents ComputeExtents
(
FFrameTime StartTime,
FFrameTime EndTime
) const
Remarks
Compute the value extents of this curve within the specified limits The extents of this channel
Parameters
| Name | Description |
|---|---|
| StartTime | The start of the range within which to compute extents |
| EndTime | The end of the range within which to compute extents |