
描述
🎵 In-Game Background Music Player. Multiplayer-safe, easy-to-use background music system for Unreal Engine
Video preview: https://www.youtube.com/watch?v=zxPKO62gXtQ&feature=youtu.be
Playable demo: https://drive.google.com/file/d/1BOMaQ86mMj00RXwZnrb_rgv50eWRNQfr/view?usp=drive_link
If you’re looking to add a background music player to your game — not tied to gameplay but purely for in-game listening — this asset is the perfect plug-and-play solution.
Each player gets their own independent music player, running only on the owning client, with no cross-triggering or interference between players. Perfect for multiplayer, co-op, or solo games where players want to enjoy music in the background.
🔧 How It Works
All functionality is neatly packed into a single Actor Component:📦 BPC_MusicStation
✅ To integrate:
Add the component to your Player Controller — and you're done! It’s ready to use out of the box.
🎵 To add your own music and playlists:
Import your music files (WAV format recommended).
Create a Data Table for each playlist (with song info: title, artist, audio file).
Link all your playlists using a master Playlists Data Table.
🎛️ Built-in Features:
🎶 Background music playback
⏯ Play / Stop / Skip
🔀 Shuffle mode
📜 Playlist switching
🧩 Show/hide UI
Everything is handled locally per player — multiplayer-safe by design.





