IMovieStreamer::Init

Initializes this movie streamer with all the movie paths (ordered) we want to play Movie paths are local to the current game's Content/Movies/ directory.

Windows
MacOS
Linux

Override Hierarchy

IMovieStreamer::Init()

FMediaMovieStreamer::Init()

References

Module

MoviePlayer

Header

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

Include

#include "MoviePlayer.h"

Syntax

bool Init
(
    const TArray< FString > & MoviePaths,
    TEnumAsByte< EMoviePlaybackType > inPlaybackType
)

Remarks

Initializes this movie streamer with all the movie paths (ordered) we want to play Movie paths are local to the current game's Content/Movies/ directory.

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