Navigation
Unreal Engine C++ API Reference > Runtime > MediaAssets > UTimeSynchronizableMediaSource > GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- UTimeSynchronizableMediaSource::GetMediaOption()
- URivermaxMediaSource::GetMediaOption()
- UCaptureCardMediaSource::GetMediaOption()
- UBlackmagicMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
- UBlackmagicMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
References
Module | MediaAssets |
Header | /Engine/Source/Runtime/MediaAssets/Public/TimeSynchronizableMediaSource.h |
Include | #include "TimeSynchronizableMediaSource.h" |
Source | /Engine/Source/Runtime/MediaAssets/Private/Assets/TimeSynchronizableMediaSource.cpp |
virtual FString GetMediaOption
&40;
const FName & Key,
const FString & DefaultValue
&41; const
Remarks
Get a string 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. |