EConcertMovieScenePlayerStatus

Enum for the current Sequencer player status, should match [EMovieScenePlayerStatus::Type](API\Runtime\MovieScene\EMovieScenePlayerStatus__Type) Defined here to not have a dependency on the MovieScene module.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSequencerMessages.h

Include

#include "ConcertSequencerMessages.h"

Syntax

enum EConcertMovieScenePlayerStatus
{
    Stopped,
    Playing,
    Recording,
    Scrubbing,
    Jumping,
    Stepping,
    Paused,
    MAX,
}

Values

Name

Description

Stopped

Playing

Recording

Scrubbing

Jumping

Stepping

Paused

MAX

Remarks

Enum for the current Sequencer player status, should match EMovieScenePlayerStatus::Type Defined here to not have a dependency on the MovieScene module.

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