Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Variants
Inheritance Hierarchy
- UObject
- UMovieSceneSignedObject
- UMovieSceneNumericVariantGetter
- UMovieSceneTimeWarpGetter
- UMovieSceneTimeWarpCurve
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Variants/MovieSceneTimeWarpCurve.h |
| Include | #include "Variants/MovieSceneTimeWarpCurve.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Time Warp Curve")
class UMovieSceneTimeWarpCurve : public UMovieSceneTimeWarpGetter
Remarks
A custom time-warp curve providing a mapping from unwarped time to warped time
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneTimeWarpChannel | Channel | Curve defined as a 1:1 mapping from unwarped to warped time. Supports all cycle and extrap modes. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieSceneTimeWarpGetter
| Type | Name | Description | |
|---|---|---|---|
| TRange< FFrameTime > | ComputeTraversedHull
(
const TRange< FFrameTime >& Range |
Given a continuous unwarped time range, compute the hull of warped times that are contained. | |
| bool | DeleteChannel
(
FMovieSceneTimeWarpVariant& OutVariant, |
Attempt to delete this time-warp from a channel proxy if it matches the specified name | |
| UE::MovieScene::ETimeWarpChannelDomain | GetDomain () |
Retrieve the time domain that this time warp getter operates within | |
| void | Called to initialize the defaults for this time-warp based on its outer Unimplemented by default | ||
| TOptional< FFrameTime > | InverseRemapTimeCycled
(
FFrameTime InValue, |
Attempt to transform a time-warped time into its corresponding non-time-warped time. | |
| bool | InverseRemapTimeWithinRange
(
FFrameTime InTime, |
Attempt to transform a time-warped time into its corresponding non-time-warped time within a specified unwarped range. | |
| EMovieSceneChannelProxyType | PopulateChannelProxy
(
FMovieSceneChannelProxyData& OutProxyData, |
Populate a channel proxy with this time-warp if possible | |
| FFrameTime | RemapTime
(
FFrameTime In |
Begin UMovieSceneTimeWarpGetter Implementation | |
| void | ScaleBy
(
double UnwarpedScaleFactor |
Scale this time-warping in its time-domain based on the specified unwarped scale factor |