Select Track
Identifier
SelectTrack
Description
Select the active track of the given type.
The selected track will use its currently active format. Active formats will be remembered on a per track basis. The first available format is active by default. To switch the track format, use SetTrackFormat instead.

Target is Mana Player

nd_img_ManaPlayer_SelectTrack.png
Inputs
Arg Description
In
Exec
Target
Mana Player Object Reference
Track Type
EManaPlayerTrack Enum
The type of track to select.
Track Index
Integer
The index of the track to select, or INDEX_NONE to deselect.
Outputs
Arg Description
Out
Exec
Return Value
Boolean
true if the track was selected, false otherwise. See: GetNumTracks, GetSelectedTrack, SetTrackFormat, DisableTrack