|
1 | 1 | --- |
2 | 2 | title: "Add Unreal Engine classes, modules, and plugins in Visual Studio" |
3 | 3 | description: "Learn how to add Unreal Engine classes, modules, and plugins to your Unreal Engine project from within Visual Studio" |
4 | | -ms.date: 03/14/2025 |
| 4 | +ms.date: 03/17/2025 |
5 | 5 | ms.topic: how-to |
6 | 6 | ms.service: visual-studio |
7 | 7 | ms.subservice: unreal-engine-tools |
@@ -52,7 +52,7 @@ The **Build** path shows where the `Build.cs` file is created. The `Build.cs` fi |
52 | 52 |
|
53 | 53 | ## Build a single UE module |
54 | 54 |
|
55 | | -After adding the module, build it to make it available in the Unreal Engine Editor. Rather than build the entire project, you can build just the module by following these steps: |
| 55 | +After adding the module, build it to make it available in the Unreal Engine Editor. Rather than build the entire project, you can build just the module. |
56 | 56 |
|
57 | 57 | In **Solution Explorer**, right-click on the module folder and select **Build**. This builds the plugin and makes it available in the Unreal Engine Editor. |
58 | 58 |
|
@@ -106,7 +106,7 @@ To add an Unreal Engine plugin in Visual Studio, follow these steps after comple |
106 | 106 |
|
107 | 107 | ## Build a single UE plugin |
108 | 108 |
|
109 | | -After adding the plugin, build it to make it available in the Unreal Engine Editor. Rather than build the entire project, you can build just the plugin by following these steps: |
| 109 | +After adding the plugin, build it to make it available in the Unreal Engine Editor. Rather than build the entire project, you can build just the plugin. |
110 | 110 |
|
111 | 111 | In **Solution Explorer**, right-click on the plugin folder and choose **Build this Unreal Engine plugin**. This builds the plugin and makes it available in the Unreal Engine Editor. |
112 | 112 |
|
|
0 commit comments