Navigation
API > API/Plugins > API/Plugins/ImgMedia > API/Plugins/ImgMedia/UImgMediaSource
- IMediaOptions::HasMediaOption()
- UMediaSource::HasMediaOption()
- UImgMediaSource::HasMediaOption()
References
Module | ImgMedia |
Header | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSource.h |
Include | #include "ImgMediaSource.h" |
Source | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Private/Assets/ImgMediaSource.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. |