Navigation
API > API/Runtime > API/Runtime/MediaAssets > API/Runtime/MediaAssets/UMediaSource > API/Runtime/MediaAssets/UMediaSource/GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- USharedMemoryMediaSource::GetMediaOption()
- UTimeSynchronizableMediaSource::GetMediaOption()
- URivermaxMediaSource::GetMediaOption()
- UBlackmagicMediaSource::GetMediaOption()
- UCaptureCardMediaSource::GetMediaOption()
- UBlackmagicMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
- UPlatformMediaSource::GetMediaOption()
- UProxyMediaSource::GetMediaOption()
- URivermaxMediaSource::GetMediaOption()
- UBlackmagicMediaSource::GetMediaOption()
- UCaptureCardMediaSource::GetMediaOption()
- UBlackmagicMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
- UAjaMediaSource::GetMediaOption()
- UImgMediaSource::GetMediaOption()
References
| Module | MediaAssets |
| Header | /Engine/Source/Runtime/MediaAssets/Public/MediaSource.h |
| Include | #include "MediaSource.h" |
| Source | /Engine/Source/Runtime/MediaAssets/Private/Assets/MediaSource.cpp |
virtual int64 GetMediaOption
&40;
const FName & Key,
int64 DefaultValue
&41; const
Remarks
Get a signed integer 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. |