Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaPlayerFactory
Description
Whether the player works on the given platform.
| Name | SupportsPlatform |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h |
| Include Path | #include "IMediaPlayerFactory.h" |
bool SupportsPlatform
(
const FString & PlatformName
) const
true if the platform is supported, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| PlatformName | The name of the platform to check. |