Navigation
BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlaylist
Get the previous 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 before the current one, or nullptr if the list is empty. |