Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaPlayerFactory
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h |
| Include | #include "IMediaPlayerFactory.h" |
virtual int32 GetPlayabilityConfidenceScore
(
const FString & Url,
const IMediaOptions * Options,
TArray < FText > * OutWarnings,
TArray < FText > * OutErrors
) const
Remarks
Returns a confidence score how sure the player thinks it is to be able to play the specified source URL. A score giving a probability (0-100 (or higher if necessary)) whether or not the media can be played.
Parameters
| Name | Description |
|---|---|
| Url | The media source URL to check. |
| Options | Optional media player parameters. |
| OutWarnings | Will contain warning messages (optional). |
| OutErrors | will contain error messages (optional). |