UMediaPlayer::OpenPlaylistIndex

Open a particular 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"

Source

/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp

Syntax

bool OpenPlaylistIndex
(
    UMediaPlaylist * InPlaylist,
    int32 Index
)

Remarks

Open a particular 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.

Index

The index of the source 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