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

- 大話PLC(輕松動漫版)
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Java應用開發與實踐
- 跟小海龜學Python
- NativeScript for Angular Mobile Development
- Learning Informatica PowerCenter 10.x(Second Edition)
- Java程序設計:原理與范例
- Drupal 8 Module Development
- 零基礎學單片機C語言程序設計
- C++20高級編程
- Flowable流程引擎實戰
- Learning Splunk Web Framework
- Akka入門與實踐
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)