unreal.UpdatePositionMethod

class unreal.UpdatePositionMethod

Bases: EnumBase

Enum used to define how to update to a particular time

C++ Source:

  • Module: MovieScene

  • File: MovieSceneSequencePlayer.h

JUMP: UpdatePositionMethod

Jump to a specified position (without triggering events in between), using the current player status

Type:

1

PLAY: UpdatePositionMethod

Update from the current position to a specified position (including triggering events), using the current player status

Type:

0

SCRUB: UpdatePositionMethod

Jump to a specified position, temporarily using EMovieScenePlayerStatus::Scrubbing

Type:

2