Navigation
Unreal Engine C++ API Reference > Plugins > SharedMemoryMedia > USharedMemoryMediaSource > GetMediaOption
- IMediaOptions::GetMediaOption()
- UMediaSource::GetMediaOption()
- USharedMemoryMediaSource::GetMediaOption()
References
Module | SharedMemoryMedia |
Header | /Engine/Plugins/Runtime/nDisplay/Source/SharedMemoryMedia/Public/SharedMemoryMediaSource.h |
Include | #include "SharedMemoryMediaSource.h" |
Source | /Engine/Plugins/Runtime/nDisplay/Source/SharedMemoryMedia/Private/SharedMemoryMediaSource.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. |