EUpdatePositionMethod

Enum used to define how to update to a particular time

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequencePlayer.h

Include

#include "MovieSceneSequencePlayer.h"

Syntax

enum EUpdatePositionMethod
{
    Play,
    Jump,
    Scrub,
}

Values

Name

Description

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

Remarks

Enum used to define how to update to a particular time

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss