- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 334字
- 2021-06-24 13:43:59
Editor preferences
Back in the main editor window, if you go to Edit | Editor Preferences (near the bottom), you will see options to customize a lot of things pertaining to the editor. Let's go over some that are used more often:

- In the Appearance section, you can change the color of the grid and selected items, set colorblind options for the editor, and change the font size and color for the log.
- The Keyboard Shortcuts section has a complete list of the keyboard shortcuts the editor uses in its various windows and modes, and they are all completely customizable. Spend some time familiarizing yourself with them, as they will save you a lot of time when working on the editor.
- Next is the Loading & Saving section. Earlier, we talked about the autosave feature, and here is where you can change how it operates. By default, it is set to 10 minutes, but you can change that time here in the Auto Save section. You can also change what happens when you start up the editor as far as which level is loaded, and if it should restore any asset tabs you had open when you last shut down, which is pretty useful if you're working in a lot of different classes at a time and don't want to lose your place.
- Another section that you will want to take a look at is the Play section under Level Editor. Here, we can customize the Play in editor settings as well as the new window settings, changing the window size and the mouse/keyboard control scheme.
- You might not want to change most of these settings right away, but don't be scared to try them out. All of the sections here have a Reset to Defaults button if you need to revert your changes. You should definitely come back to these settings once you've had some experience with the editor and know more about what changes can improve your workflow.
推薦閱讀
- Java語(yǔ)言程序設(shè)計(jì)
- Learning Linux Binary Analysis
- C語(yǔ)言最佳實(shí)踐
- MATLAB實(shí)用教程
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Access 2010中文版項(xiàng)目教程
- Fast Data Processing with Spark(Second Edition)
- JavaScript應(yīng)用開(kāi)發(fā)實(shí)踐指南
- Access 2010數(shù)據(jù)庫(kù)應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- RESTful Web Clients:基于超媒體的可復(fù)用客戶(hù)端
- Penetration Testing with the Bash shell
- Web前端開(kāi)發(fā)技術(shù):HTML、CSS、JavaScript
- Java Web開(kāi)發(fā)基礎(chǔ)與案例教程
- Spring Boot從入門(mén)到實(shí)戰(zhàn)