Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Whether the specified URL can be played by this player.
If a desired player name is set for this player, it will only check whether that particular player type can play the specified URL.
| Name | CanPlayUrl |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool CanPlayUrl
(
const FString & Url,
const IMediaOptions * Options
)
Parameters
| Name | Remarks |
|---|---|
| Url | The URL to check. |
| Options | Optional media parameters. |
See Also
-
CanPlaySource
-
SetDesiredPlayerName