Skip to content

Commit a689996

Browse files
Merge pull request #13123 from TylerMSFT/fix
fix reference to UI
2 parents ee9017d + e044f75 commit a689996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gamedev/unreal/get-started/vs-tools-unreal-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ To install Visual Studio Tools for Unreal Engine:
4040
1. Select the **Workloads** tab, then select the **Game development with C++** workload.
4141
1. In the **Installations details** pane, ensure that under **Game development with C++** > **Optional** that **Visual Studio Tools for Unreal Engine** is selected. If you work with High-Level Shader Language (HLSL) files, ensure that **HLSL Tools** is also selected.
4242
1. Select the **Individual components** tab at the top of the dialog.
43-
1. Under **Installation details** on the right, expand **Desktop development with C++**.
43+
1. Under **Installation details** on the right, expand **Game development with C++**.
4444
1. Ensure that under **Optional** that **Windows 10 SDK 10.0.18362.0**, or higher, is selected.
4545
1. Select **Modify** to complete the installation.
4646

4747
:::image type="content" source="../media/unreal-workload.png" alt-text="Screenshot of the game development with C++ workload selected in the installer. In the installation details pane, IDE support for Unreal Engine and HLSL Tools are checked." lightbox="../media/unreal-workload.png":::
4848

4949
## Configure Unreal Engine to use Visual Studio
5050

51-
Epic Games provides the UnrealVS extension for Visual Studio. You don't need to install the plugin to use Visual Studio Tools for Unreal Engine. It provides convenience features such as making it easier to build UE projects, set command-line arguments, batch build projects, and so on. For more information, see [UnrealVS Extension](https://docs.unrealengine.com/using-the-unrealvs-extension-for-unreal-engine-cplusplus-projects/).
51+
Epic Games provides the UnrealVS extension for Visual Studio. It's not necessary to install the plugin to use Visual Studio Tools for Unreal Engine but it provides convenience features such as making it easier to build UE projects, set command-line arguments, batch build projects, and so on. For more information, see [UnrealVS Extension](https://docs.unrealengine.com/using-the-unrealvs-extension-for-unreal-engine-cplusplus-projects/).
5252

5353
You can install the Unreal Engine Visual Studio Integration Tool plugin via the [Unreal Engine Marketplace](https://aka.ms/vsituemarketplace) website. Search the marketplace for "Visual Studio Integration Tool". The Unreal Engine Marketplace provides instructions for installing the plugin.
5454

0 commit comments

Comments
 (0)