- 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:

- JBoss Weld CDI for Java Platform
- Vue 3移動Web開發與性能調優實戰
- Boost C++ Application Development Cookbook(Second Edition)
- C++面向對象程序設計(微課版)
- PowerCLI Cookbook
- Java Web及其框架技術
- Hadoop+Spark大數據分析實戰
- Visual Basic程序設計習題解答與上機指導
- Web全棧工程師的自我修養
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 軟件項目管理實用教程
- Elasticsearch for Hadoop
- Java程序設計:原理與范例
- C語言程序設計
- JavaScript應用開發實踐指南