Navigation
BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlaylist
Get the media source at the specified index.
Target is Media Playlist
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| integer | Index | The index of the media source to get. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | The media source, or nullptr if the index doesn't exist. |