Navigation
API > API/Runtime > API/Runtime/Media
This structure describes a metadata item.
| Name | IMediaMetadataItem |
| Type | class |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaMetadataItem.h |
| Include Path | #include "IMediaMetadataItem.h" |
Syntax
class IMediaMetadataItem
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMediaMetadataItem() |
IMediaMetadataItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetLanguageCode () |
Language this item is described in. | IMediaMetadataItem.h | |
const FString & GetMimeType () |
Optional mime type of the item described by Value. | IMediaMetadataItem.h | |
const FVariant & GetValue() |
The value of the metadata item. | IMediaMetadataItem.h |