Hello, I really want to change the music in the game on the Unreal Engine 4 engine, but I don’t have the mind to do this, I can open the game and see its contents, but I can’t catch up with changing the files.
Hey there @CiberChiter31! Welcome to the community! Changing out the music can be different for many projects, but the gist is to find where your music is being handled first. You can do this via Reference Viewer, a tool that can help find where an asset is used throughout the project.
First find your music asset you want to swap out, in my case I’m using a Blueprint I had on hand as an example:
Basically everything to the left depends on what is linked to the right. So that green reference on the left side is actually a reference inside my level. These are likely where you will find your music referenced. If it’s a blueprint, you can change which music file it’s pointing at there, or if it’s a reference to a sound player in a level, it will show you where to look.