Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieScene > SetPlaybackRange
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
Include | #include "MovieScene.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp |
void SetPlaybackRange
&40;
FFrameNumber Start,
int32 Duration,
bool bAlwaysMarkDirty
&41;
Remarks
Set the start and end playback positions (playback range) for this movie scene
Parameters
Name | Description |
---|---|
Start | The offset from 0-time to start playback of this movie scene |
Duration | The number of frames the movie scene should play for |
bAlwaysMarkDirty | Whether to always mark the playback range dirty when changing it. In the case where the playback range is dynamic and based on section bounds, the playback range doesn't need to be dirtied when set |