FMovieSceneTimeController::RequestCurrentTime

Request the current time based on the specified existing time and play rate.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneTimeController.h

Include

#include "MovieSceneTimeController.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneTimeController.cpp

Syntax

FFrameTime RequestCurrentTime
(
    const FQualifiedFrameTime & InCurrentTime,
    float InPlayRate
)

Remarks

Request the current time based on the specified existing time and play rate. Times should be returned in the same play rate as that specified by InCurrentTime

Parameters

Parameter

Description

InCurrentTime

The current time of the sequence

InPlayRate

The current play rate of the sequence, multiplied by any world actor settings global dilation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss