Skip to content

Commit 2d6d72a

Browse files
committed
remove blank lines
1 parent fe6f31a commit 2d6d72a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ This article helps you install tools that allow you to do the following from wit
2121
- Debug C++ code called by Unreal Engine Blueprints and see Blueprint information in the Visual Studio debugger
2222
- View and find references to UE Blueprints
2323

24-
25-
2624
## Prerequisites
2725

2826
Install the following before you install Visual Studio Tools for Unreal Engine:
@@ -36,7 +34,7 @@ This article covers installing tools to enhance writing and debugging Unreal Eng
3634

3735
| Tool | Installs into | Functionality |
3836
|--|--|--|
39-
| Visual Studio Tools for Unreal Engine | Visual Studio | Add UE classes, modules, view UE logging, see UE macro expansions, find blueprint references, open UE `.uprojects` directly, and so on, from within Visual Studio. *As of Visual Studio 2022 version 17.7, you no longer need the Unreal Engine Visual Studio Integration Tool plugin to view UE Blueprints in Visual Studio.* |
37+
| Visual Studio Tools for Unreal Engine | Visual Studio | Add UE classes, modules, view UE logging, see UE macro expansions, find blueprint references, open UE `.uprojects` directly, and so on, from within Visual Studio. *As of Visual Studio 2022 version 17.7, you no longer need to also have the Unreal Engine Visual Studio Integration Tool plugin to view UE Blueprints in Visual Studio.* |
4038
| Visual Studio debugger tools for Unreal Engine Blueprints | Visual Studio | Supports debugging C++ code and Blueprints. Requires the UE plugin for Visual Studio to show Blueprint node pin values in the debugger. |
4139
| Unreal Engine Test Adapter | Visual Studio | Discover, run, manage, and debug your Unreal Engine tests from within Visual Studio. Requires the UE plugin for Visual Studio. |
4240
| Unreal Engine plugin for Visual Studio | Unreal Engine | Provides the integration between Unreal Engine and Visual Studio to run UE tests in Visual Studio and view Blueprint node pin values in the Visual Studio Local Variables window. |

0 commit comments

Comments
 (0)