UPlatformMediaSource::HasMediaOption

Check whether the specified option is set.

Windows
MacOS
Linux

Override Hierarchy

IMediaOptions::HasMediaOption()

UMediaSource::HasMediaOption()

UPlatformMediaSource::HasMediaOption()

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/PlatformMediaSource.h

Include

#include "PlatformMediaSource.h"

Source

/Engine/Source/Runtime/MediaAssets/Private/Assets/PlatformMediaSource.cpp

Syntax

virtual bool HasMediaOption
(
    const FName & Key
) const

Remarks

Check whether the specified option is set.

Returns

true if the option is set, false otherwise.

Parameters

Parameter

Description

Key

The name of the option 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