Navigation
Unreal Engine C++ API Reference > Runtime > Media > IMediaTracks
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
Include | #include "IMediaTracks.h" |
FString GetTrackName
(
EMediaTrackType TrackType,
int32 TrackIndex
) const
Remarks
Get the internal name of the specified track. Track name.
Parameters
Name | Description |
---|---|
TrackType | The type of track. |
TrackIndex | The index of the track (must be valid). |