Navigation
API > API/Plugins > API/Plugins/RivermaxMedia > API/Plugins/RivermaxMedia/URivermaxMediaSource
- IMediaOptions::HasMediaOption()
- UMediaSource::HasMediaOption()
- UTimeSynchronizableMediaSource::HasMediaOption()
- URivermaxMediaSource::HasMediaOption()
References
| Module | RivermaxMedia |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaSource.h |
| Include | #include "RivermaxMediaSource.h" |
| Source | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Private/RivermaxMediaSource.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. |