Navigation
Unreal Engine C++ API Reference > Runtime > MediaUtils > FMediaPlayerFacade
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include | #include "MediaPlayerFacade.h" |
Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
int32 GetSelectedTrack
&40;
EMediaTrackType TrackType
&41; const
Remarks
Get the index of the currently selected track of the given type. The index of the selected track, or INDEX_NONE if no track is active.
Parameters
Name | Description |
---|---|
TrackType | The type of track to get. |