IMediaPlayerFactory::SupportsFeature

Check whether the media player supports the specified feature.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h

Include

#include "IMediaPlayerFactory.h"

Syntax

bool SupportsFeature
(
    EMediaFeature Feature
) const

Remarks

Check whether the media player supports the specified feature.

Returns

true if the feature is supported, false otherwise.

Parameters

Parameter

Description

Feature

The feature to check.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss