Navigation
API > API/Runtime > API/Runtime/MediaAssets > API/Runtime/MediaAssets/UMediaPlayer
Description
Get meta data contained in the current stream
Listen to EMediaEvent::MetadataChanged to catch updates to this data
| Name | GetMediaMetadata |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h |
| Include Path | #include "MediaPlayer.h" |
| Source | /Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp |
TSharedPtr < TMap < FString , TArray < TUniquePtr < IMediaMetadataItem > > >, ESPMode::ThreadSafe > GetMediaMetadata() const
Map with arrays of IMediaMetaDataItem entries describing any metadata found in the current stream