Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/UCaptureCardMediaSource > API/Plugins/MediaIOCore/UCaptureCardMediaSource/GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- UCaptureCardMediaSource::GetMediaOption()
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 TSharedPtr< FDataContainer, ESPMode::ThreadSafe > GetMediaOption
&40;
const FName & Key,
const TSharedPtr< FDataContainer, ESPMode::ThreadSafe > & DefaultValue
&41; const
Remarks
Get a complex data type 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. |