Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieScenePlayRateCurve
Description
Given a continuous unwarped time range, compute the hull of warped times that are contained. eg: for looping time-warps and an input range with size > loop duration, this function will return the full loop range eg: for a time-warp that plays half speed, an input range of [0, 10) will yield [0, 5)
Virtual Inheritance
- UMovieSceneTimeWarpGetter::ComputeTraversedHull → UMovieScenePlayRateCurve::ComputeTraversedHull
Derived Overrides
| Name | ComputeTraversedHull |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Variants/MovieScenePlayRateCurve.h |
| Include Path | #include "Variants/MovieScenePlayRateCurve.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Variants/MovieScenePlayRateCurve.cpp |
virtual TRange < FFrameTime > ComputeTraversedHull
(
const TRange < FFrameTime > & Range
) const