Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/UCaptureCardMediaSource
- IMediaOptions::HasMediaOption()
- UMediaSource::HasMediaOption()
- UTimeSynchronizableMediaSource::HasMediaOption()
- UCaptureCardMediaSource::HasMediaOption()
- UBlackmagicMediaSource::HasMediaOption()
- UAjaMediaSource::HasMediaOption()
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/CaptureCardMediaSource.h |
Include | #include "CaptureCardMediaSource.h" |
Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/CaptureCardMediaSource.cpp |
virtual bool HasMediaOption
&40;
const FName & Key
&41; const
Remarks
Check whether the specified option is set. true if the option is set, false otherwise.
Parameters
Name | Description |
---|---|
Key | The name of the option to check. |