UMediaPlayer::SelectTrack

Select the active track of the given type.

Windows
MacOS
Linux

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h

Include

#include "MediaPlayer.h"

Source

/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp

Syntax

bool SelectTrack
(
    EMediaPlayerTrack TrackType,
    int32 TrackIndex
)

Remarks

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.

Returns

true if the track was selected, false otherwise.

Parameters

Parameter

Description

TrackType

The type of track to select.

TrackIndex

The index of the track to select, or INDEX_NONE to deselect.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss