Navigation
Unreal Engine C++ API Reference > Runtime > MediaAssets > UPlatformMediaSource > GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- UPlatformMediaSource::GetMediaOption()
References
Module | MediaAssets |
Header | /Engine/Source/Runtime/MediaAssets/Public/PlatformMediaSource.h |
Include | #include "PlatformMediaSource.h" |
Source | /Engine/Source/Runtime/MediaAssets/Private/Assets/PlatformMediaSource.cpp |
virtual bool GetMediaOption
&40;
const FName & Key,
bool DefaultValue
&41; const
Remarks
Get a Boolean media option. The option value.
Parameters
Name | Description |
---|---|
Key | The name of the option to get. |
DefaultValue | The default value to return if the option is not set. |