Navigation
API > API/Plugins > API/Plugins/PreLoadScreenMoviePlayer
References
| |
|
| Module |
PreLoadScreenMoviePlayer |
| Header |
/Engine/Plugins/Runtime/PreLoadScreenMoviePlayer/Source/PreLoadScreenMoviePlayer/Public/MoviePlayerAttributes.h |
| Include |
#include "MoviePlayerAttributes.h" |
Syntax
enum EMovieScreenPlaybackType
&123;
MT_MS_Normal,
MT_MS_Looped,
MT_MS_LoadingLoop,
MT_MS_MAX,
&125;
Values
| Name |
Description |
| MT_MS_Normal |
Normal playback mode. Play each movie in the play list a single time |
| MT_MS_Looped |
Looped playback mode. |
| MT_MS_LoadingLoop |
Alternate Looped mode. |
| MT_MS_MAX |
|