Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneScalingAnchors
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 → UMovieSceneScalingAnchors::ComputeTraversedHull
| Name | ComputeTraversedHull |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Decorations/MovieSceneScalingAnchors.h |
| Include Path | #include "Decorations/MovieSceneScalingAnchors.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Decorations/MovieSceneScalingAnchors.cpp |
virtual TRange < FFrameTime > ComputeTraversedHull
(
const TRange < FFrameTime > & Range
) const