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" |
const TArray < FString > & GetSupportedPlatforms() const
Remarks
Get the names of platforms that the media player supports.
The returned platforms names must match the ones returned by FPlatformProperties::IniPlatformName, i.e. "Windows", "Android", etc. Platform name collection.
See Also
GetOptionalParameters
GetRequiredParameters
GetSupportedFileExtensions
GetSupportedUriSchemes