BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlaylist
Get the next media source in the play list.
Target is Media Playlist
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
integer | In Out Index | Index of the current media source (will contain the new index). |
object | Return Value | The media source after the current one, or nullptr if the list is empty. |