EMoviePlaybackType

In order for a platform to support early movie playback, the platform must support the rendering thread starting very early and support rendering as soon as it is started and the module containing the movie streamer for the platform must already be loaded

Windows
MacOS
Linux

References

Module

MoviePlayer

Header

/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h

Include

#include "MoviePlayer.h"

Syntax

enum EMoviePlaybackType
{
    MT_Normal,
    MT_Looped,
    MT_LoadingLoop,
    MT_MAX,
}

Values

Name

Description

MT_Normal

Normal playback mode. Play each movie in the play list a single time

MT_Looped

Looped playback mode.

MT_LoadingLoop

Alternate Looped mode.

MT_MAX

Remarks

In order for a platform to support early movie playback, the platform must support the rendering thread starting very early and support rendering as soon as it is started and the module containing the movie streamer for the platform must already be loaded

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