Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaOptions > API/Runtime/Media/IMediaOptions/GetMediaOption
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaOptions.h |
Include | #include "IMediaOptions.h" |
FText GetMediaOption
(
const FName & Key,
const FText & DefaultValue
) const
Remarks
Get a localized text 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. |