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