- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 205字
- 2021-07-23 14:35:39
Setting up Visual Studio for Unreal
After you've installed Visual Studio, there are some steps you can take to make it easier to work with C++ code in Unreal. These steps are not at all necessary, and can be safely skipped.
Adding the Solution Platforms drop-down list
On the right-hand side of the toolbar is a drop-down arrow, as shown in the following screenshot:

Click on this button, hover over the Add or Remove buttons, and click on Solution Platforms to add the menu to the toolbar.
The Solution Platforms drop-down list allows you to switch the project between target platforms (for instance, Windows, Mac, and so on).
Disabling the Error List tab
The error list in Visual Studio shows you the errors that it detects in your code before you even compile the project. While normally this is incredibly useful, in Unreal, it can frequently detect false positives and become more annoying than helpful.
To disable the error list, first close the Error List tab (you can find this in the bottom pane, as shown in the following screenshot):

Then, navigate to Tools | Options, expand the Projects and Solutions group, and uncheck the Always show Error List if build finishes with errors option:

- GAE編程指南
- 垃圾回收的算法與實現
- Mastering Natural Language Processing with Python
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Python機器學習編程與實戰
- Access 2016數據庫管
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Flutter跨平臺開發入門與實戰
- R語言與網絡輿情處理
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Python數據可視化之matplotlib實踐
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- 計算機信息技術實踐教程
- TensorFlow+Keras深度學習算法原理與編程實戰
- 梔子貓的奇幻編程之旅:21天探索信息學奧賽C++編程