Navigation
API > API/Runtime > API/Runtime/MovieScene
Enum used to define how to update to a particular time
| Name | EUpdatePositionMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSequencePlayer.h |
| Include Path | #include "MovieSceneSequencePlayer.h" |
Syntax
enum EUpdatePositionMethod
{
Play,
Jump,
Scrub,
}
Values
| Name | Remarks |
|---|---|
| Play | Update from the current position to a specified position (including triggering events), using the current player status |
| Jump | Jump to a specified position (without triggering events in between), using the current player status |
| Scrub | Jump to a specified position, temporarily using EMovieScenePlayerStatus::Scrubbing |