Change Level Background?

I’m developing a Top-down RTS game and I need to change the default background assigned to a level. That is the light blue color background:

For example, the level backgrounds in Hitman GO is what I’m aiming for:

Hey

What your seeing is a Skybox, and the standard one is found in the Engine Folder.

In your Scene Outliner, you can find usually the Sky Sphere, which points to BP_Sky_Sphere. In the details panel you can than adjust the settings, or adjust the Blueprint altogether. I would suggest than that you copy it into your project and apply it.

If you search in Answerhub for BP_Sky_Sphere there are additional questions answered how to use it, or how to implement it into the project directly.