Navigation
Unreal Engine C++ API Reference > Plugins > RivermaxMedia > URivermaxMediaSource > GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- UTimeSynchronizableMediaSource::GetMediaOption()
- URivermaxMediaSource::GetMediaOption()
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 GetMediaOption
&40;
const FName & Key,
bool DefaultValue
&41; const
Remarks
Get a Boolean 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. |