Navigation
Unreal Engine C++ API Reference > Runtime > Media > IMediaPlayerFactory
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h |
Include | #include "IMediaPlayerFactory.h" |
bool SupportsFeature
&40;
EMediaFeature Feature
&41; 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. |