Navigation
BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlayer
Get the index of the currently selected track of the given type.
Target is Media Player
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| enum | Track Type | The type of track to get. |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value | The index of the selected track, or INDEX_NONE if no track is active. |