Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieScenePlaybackManager
Description
Updates the playback state over only the current tick. This generally does not advance the current time by one tick, but by one tick bound. That is, if the current time is tick 0, this will evaluate the [0, 0] range, advancing to an exclusive lower bound, so that the next update will be (0, XYZ).
| Name | UpdateToNextTick |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlaybackManager.h |
| Include Path | #include "Evaluation/MovieScenePlaybackManager.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieScenePlaybackManager.cpp |
FMovieSceneContext UpdateToNextTick()