FMediaPlayerFacade::GetMediaName

Get the human readable name of the currently loaded media source.

Choose your operating system:

Windows

macOS

Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

FText GetMediaName() const

Remarks

Get the human readable name of the currently loaded media source.

Returns

Media source name, or empty text if no media is opened

See Also