IMediaPlayer::Open

Open a media source from a URL with optional asset and player parameters.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaPlayer.h

Include

#include "IMediaPlayer.h"

Syntax

virtual bool Open
(
    const FString & Url,
    const IMediaOptions * Options,
    const FMediaPlayerOptions * PlayerOptions
)

Remarks

Open a media source from a URL with optional asset and player parameters.

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