Skip to content

Commit 7773c6c

Browse files
authored
Merge pull request #10416 from MicrosoftDocs/ghogen-patch-22
Fix validation issue
2 parents b56395d + 5296149 commit 7773c6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gamedev/unreal/get-started/vs-tools-unreal-add-class-module-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To add an Unreal Engine class in Visual Studio, follow these steps after complet
5757

5858
1. In **Solution Explorer**, choose a folder where you want the new class to go. In the LyraStarterGame project, you could add a new class to the **LyraStarterGame** > **Source** folder, for example.
5959
1. Right-click the folder and choose **Add** > **Unreal Engine item...** to open the **Add New Item** dialog:
60-
:::image type="complex" source="../media/vs-add-new-unreal-engine-item-dialog-class.png" alt-text="A screenshot of the Add New Item dialog.":::
60+
:::image type="complex" source="../media/vs-add-new-unreal-engine-item-dialog-class.png" alt-text="A screenshot of the Add New Item dialog, with Unreal Engine Common Classes selected.":::
6161
It has options for adding an Unreal Engine Common Classes (which is selected), Empty Unreal Engine Module, and Unreal Engine Plugins.
6262
:::image-end:::
6363
1. Choose **Unreal Engine Common Classes** and then choose **Add** to open the **Add Unreal Engine Class** dialog:
@@ -78,7 +78,7 @@ To add an Unreal Engine plugin in Visual Studio, follow these steps after comple
7878

7979
1. In **Solution Explorer**, choose a folder where you want the new plugin to go. In the LyraStarterGame project, you could add a new plugin to the **LyraStarterGame** > **Source** folder, for example.
8080
1. Right-click the folder and choose **Add** > **Unreal Engine item...** to open the **Add New Item** dialog:
81-
:::image type="complex" source="../media/vs-add-new-unreal-engine-item-dialog-plugin.png" alt-text="A screenshot of the Add New Item dialog.":::
81+
:::image type="complex" source="../media/vs-add-new-unreal-engine-item-dialog-plugin.png" alt-text="A screenshot of the Add New Item dialog, with Unreal Engine Plugins selected.":::
8282
It has options for adding an Unreal Engine Common Classes, Empty Unreal Engine Module, and Unreal Engine Plugins (which is selected).
8383
:::image-end:::
8484
1. Choose **Unreal Engine Plugins** and then choose **Add** to open the **Add Unreal Engine Plugin** dialog:
@@ -96,4 +96,4 @@ To add an Unreal Engine plugin in Visual Studio, follow these steps after comple
9696
[Visual Studio Tools for Unreal Engine](./vs-tools-unreal-overview.md)\
9797
[View Unreal Engine Blueprints in Visual Studio](vs-tools-unreal-view-blueprints.md)\
9898
[View Unreal Engine logging in Visual Studio](vs-tools-unreal-logging.md)\
99-
[View Unreal Engine macros in Visual Studio](vs-tools-unreal-view-macros.md)
99+
[View Unreal Engine macros in Visual Studio](vs-tools-unreal-view-macros.md)

0 commit comments

Comments
 (0)