Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > FMovieScenePlaybackPosition
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 |
void SetTimeBase
&40;
FFrameRate InInputRate,
FFrameRate InOutputRate,
EMovieSceneEvaluationType InputEvaluationType
&41;
Remarks
Assign the input and output rates that frame times should be interpreted as.
Parameters
Name | 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 |