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 |
IMediaPlayerFactory &42; GetPlayerFactoryForUrl
&40;
const FString & Url,
const IMediaOptions &42; Options
&41; const
Remarks
Get a player that can play the specified media URL. The player if found, or nullptr otherwise.
Parameters
Name | Description |
---|---|
Url | The URL to play. |
Options | The media options for the URL. |