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" |
bool SupportsPlatform
&40;
const FString & PlatformName
&41; const
Remarks
Whether the player works on the given platform. true if the platform is supported, false otherwise.
Parameters
| Name | Description |
|---|---|
| PlatformName | The name of the platform to check. |