Navigation
API > API/Runtime > API/Runtime/MediaAssets > API/Runtime/MediaAssets/UMediaPlayer
Description
Open the next item in the current play list.
The player will start playing the new media source if it was playing something previously, otherwise it will only open the media source.
| Name | Next |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h |
| Include Path | #include "MediaPlayer.h" |
| Source | /Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp |
UFUNCTION (BlueprintCallable, Category="Media|MediaPlayer")
bool Next()
true on success, false otherwise.
See Also
-
OpenUrl
-
OpenSource
-
Play
-
Previous
-
SetPlaylist