play mp3 from folder

i’m not sure if unreal is the most appropriate way to create a music player (like windows media player), as far as i know you need to import your songs to unreal first before being abble to play them, in this case unreal doesn’t support .mp3 you need to convert to some supported format (like wav).

I want to create a music player and do not know how to play mp3 from a folder.
Do you know how I can realize this?

You don’t need to import. The victory plugin has code that shows how to create a sound wave from a file at runtime. Still, UE4 does not support MP3 (as of 4.18), but it does support Opus, Vorbis, and ADPCM.