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 SupportsFeature
(
EMediaFeature Feature
) const
Remarks
Check whether the media player supports the specified feature. true if the feature is supported, false otherwise.
Parameters
| Name | Description |
|---|---|
| Feature | The feature to check. |