IMediaOptions::GetMediaOption

Get a double precision floating point media option.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Media

Header

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

Include

#include "IMediaOptions.h"

Syntax

double GetMediaOption
(
    const FName & Key,
    double DefaultValue
) const

Remarks

Get a double precision floating point media option.

Returns

The option value.

Parameters

Parameter

Description

Key

The name of the option to get.

DefaultValue

The default value to return if the option is not set.

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