The May sale is here! Save 70% on select products now through May 23.

Visual Studio Integration Tool

Microsoft Corp - Code Plugins - Oct 14, 2022
68
3.57 out of 5 stars(68 ratings)
  • 51%
  • 12%
  • 6%
  • 4%
  • 26%

Visual Studio Integration Tool is a plugin that enables deep integration with Visual Studio 2022.

  • Supported Platforms
  • Supported Engine Versions
    4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Visual Studio Integration Tool is an Unreal Engine plugin that works in conjunction with Visual Studio to display Unreal Engine Tests in VS. As of Visual Studio 2022 version 17.9, you no longer need this plugin to view information about Blueprints in C++ code.


Installing

Visual Studio

The tool requires the IDE support for Unreal Engine component from Visual Studio to be installed. You can find it under the "Game development with C++" workload in the Visual Studio Installer (figure 1).


Unreal Engine

You can install the plugin in a couple of ways:

  • Through the Epic Games Launcher:
  • Select the "Install to Engine" option within the Launcher. From there, you can select an engine version for installation.
  • If you're using the Marketplace website, you can add the plugin to your account and you will have an option to open the Launcher in order to install it as detailed above.
  • If you already added the plugin to your account, go Library -> Vault in the and locate the plugin there.
  • Through source distribution:
  • If you're unable to use the Marketplace-based distribution (e.g. you're building the Unreal Engine from source), then you can install the plugin manually by following the instructions found at https://github.com/microsoft/vc-ue-extensions#readme


Enabling the plugin

  • Through the Unreal Editor
  • Open your project and then use the Plugin Manager to enable "VisualStudioTools".
  • See official documentation for more information on how to install and enable plugins.
  • (Advanced) Alternatively, you can manually edit the '.uproject' descriptor for your project and add an entry for the "VisualStudioTools" plugin.


Usage

Unreal Engine Test Adapter in Visual Studio 2022

  1. Begin by installing and enabling the plugin.
  2. Add the "Unreal Engine Test Adapter" Component in the Visual Studio Installer
  3. Open your solution in Visual Studio.
  4. Open Test Explorer via View > Test Explorer
  5. You should now see your Unreal Engine tests in Visual Studio


Blueprints Integration in Visual Studio 2022 (Obsolete since VS2022 v17.9)

  1. Begin by installing and enabling the Blueprints Integration plugin.
  2. Open your solution in Visual Studio.
  3. You should now be able to see Code Lens hints with Blueprints references when opening files that contain UCLASS macros.
  4. Click on the Code Lens to show a pop-up that will display your Blueprint information. (figure 2).
  5. You can find the logs from the plugin execution in the Output Window.
  6. To refresh your blueprint information in the IDE, you can select the "Rescan UE Blueprint for <project>" option under the “Project” menu. (figure 3).


Troubleshooting

If you encounter any issues when setting up Visual Studio in conjunction with the Unreal Editor plugin, please refer to the Troubleshooting guide in the repository. This guide provides solutions for common issues and is periodically updated to ensure that the latest solutions are available.


Reporting issues

To report new issues, provide feedback, or request new features, please use the following options: Report a Problem and Suggest a Feature. These options will allow you to submit your issue or feedback directly to our team and help us improve the plugin moving forward.

Technical Details

Features:

  •  Enables Visual Studio to display Blueprint references from the UE Editor

Code Modules:

Module: VisualStudioTools

Type: Editor


Number of Blueprints: 0

Number of C++ Classes: 1

Network Replicated: No

Supported Development Platforms: Win32, Win64

Supported Target Build Platforms: None (plugin is for development time only and not included in package builds)

Documentation: Located inside plugin

Example Project: No Sample Project

Important/Additional Notes: