- Unreal Engine 4 Game Development Essentials
- Satheesh PV
- 130字
- 2021-07-16 13:07:51
Default starting level, splash screen, and game icon
You can change the default starting level for both the game and editor. For example, for the game you may want the Main Menu map as the default and for editor you want another level as the default startup level.
It's easy to set them in Unreal editor:
- Click on Edit in the menu bar.
- Click on Project Settings.
- Go to Maps & Modes.
- Here, you can change the game and editor default map.
You can adjust Splash screen through Project Settings:
- Go to Windows sections.
- Change the Splash screen and the game Icon from here.
Tip
The default dimensions for Splash screens are 600 x 200 and requires a .bmp image. The game Icon requires a 256 x 256 .ICO
file.

推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Node.js Design Patterns
- Spring 5企業級開發實戰
- R語言數據可視化之美:專業圖表繪制指南
- 基于差分進化的優化方法及應用
- ADI DSP應用技術集錦
- PhoneGap:Beginner's Guide(Third Edition)
- Azure Serverless Computing Cookbook
- 開源項目成功之道
- C++從入門到精通(第6版)
- 零基礎學C語言(第4版)
- Penetration Testing with the Bash shell
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- 例說FPGA:可直接用于工程項目的第一手經驗
- Mastering Machine Learning with scikit-learn