BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlaylist
Get a random 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 | Out Index | Will contain the index of the returned media source. |
object | Return Value | The random media source, or nullptr if the list is empty. |