
Açıklama
This is a full Blueprint MusicPlayer SceneComponent. Creates a playlist with your TrackList datatable items.
You can use Artist, Title, Album infos in your screen. Creating a widget or not is entirely up to you.
Each time a new track being played, OnCreateWidget event dispatcher being called. Also I added an example event for that in my NewPlayerController Blueprint. If you create a widget with that event, you need to destroy it with OnWidgetDestroy event dispatcher which is being called when current track finishes or prev/next track functions called.
Now you can check fade and slide booleans to have nice animations.
Musics in demo file are different from the project due to copyright issues. In project, you will have 11 CC0 musics.
Demo: https://1drv.ms/u/s!AuneiH-qEfPRiUqNfKyrL2Ff6fZr
Preview: https://youtu.be/bqKaKXtqB8w
Update ( 07/12/2020) :
- v1.11 : Album cover option added. Cover image area is not visible if cover texture isn't set in datatable.
Update ( 08/10/2019) :
- v1.10 : Fade and/or slide animation option added.