Navigation
Unreal Engine C++ API Reference > Plugins > AjaMedia > UAjaMediaSource > GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- UTimeSynchronizableMediaSource::GetMediaOption()
- UCaptureCardMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
References
Module | AjaMedia |
Header | /Engine/Plugins/Media/AjaMedia/Source/AjaMedia/Public/AjaMediaSource.h |
Include | #include "AjaMediaSource.h" |
Source | /Engine/Plugins/Media/AjaMedia/Source/AjaMedia/Private/Assets/AjaMediaSource.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. |