UMediaPlayer::OpenPlaylist

Open the first media source in the specified play list.

Windows
MacOS
Linux

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h

Include

#include "MediaPlayer.h"

Syntax

bool OpenPlaylist
(
    UMediaPlaylist * InPlaylist
)

Remarks

Open the first media source in the specified play list.

Returns

true if the source will be opened, false otherwise.

Parameters

Parameter

Description

InPlaylist

The play list to open.

See Also

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