Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaOptions
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaOptions.h |
| Include | #include "IMediaOptions.h" |
bool HasMediaOption
(
const FName & Key
) 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. |