FMovieScenePlaybackPosition::SetTimeBase

Assign the input and output rates that frame times should be interpreted as.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlayback.h

Include

#include "Evaluation/MovieScenePlayback.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieScenePlayback.cpp

Syntax

void SetTimeBase
(
    FFrameRate InInputRate,
    FFrameRate InOutputRate,
    EMovieSceneEvaluationType InputEvaluationType
)

Remarks

Assign the input and output rates that frame times should be interpreted as.

Parameters

Parameter

Description

InInputRate

The framerate to interpret any frame time provided to this class

InOutputRate

The framerate to use when returning any frame range from this class

InputEvaluationType

Whether we're using frame-locked or sub-frame evaluation

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