Showing results for Unreal Engine - Visual Studio Blog

Oct 30, 2024
2

Unreal Engine Toolbar in Visual Studio

David Li
David Li

In Visual Studio 2022 version 17.11, we’ve added a new Unreal Engine toolbar to Visual Studio. The Unreal Engine toolbar is a new feature that provides quick access to common Unreal Engine tasks. You can find the toolbar at the top of your code window when you have an Unreal Engine project loaded. The toolbar includes the following actions: ...

Game DevelopmentUnreal Engine
Oct 29, 2024
0

Create Unreal Engine modules faster

David Li
David Li

Unreal Engine modules help keep your code organized and modular. However, creating modules can be a tedious and error-prone process that involves manually editing configuration files and adding boilerplate code. Visual Studio 2022 version 17.11 comes with a new dialog to help with this process. With the new Add Module dialog, you can quickly add...

Game DevelopmentUnreal Engine
Oct 28, 2024
1

Easily add Unreal Engine classes to your C++ project

David Li
David Li

Visual Studio 2022 v17.11 introduces a new Add Unreal Engine Class dialog that lets you easily add common Unreal Engine classes to your project. You can also choose to which module to add your class, so you can keep your code organized and modular. To use this feature, you need to have an Unreal Engine project open in Visual Studio. Right cl...

Game DevelopmentUnreal Engine
Aug 28, 2024
2

C++ Gaming Productivity Update for Visual Studio 2022 version 17.11

David Li
David Li

Introduction In Visual Studio 2022 version 17.11, you will find brand new productivity enhancements for your game development workflows. From faster conditional breakpoints to a swath of Unreal Engine enhancements, we have added various productivity boosters based on your feedback. Once again, thank you for sharing Developer Community feedback and...

Visual Studio 2022Game DevelopmentUnreal Engine
Feb 23, 2024
1
3

A Year of C++ Game Development Improvements in Visual Studio

Jason Chlus David Li
Jason,
David

Game development is evolving rapidly and keeping up with the latest trends is crucial. I’m thrilled that David Li took the time to highlight all the improvements added to Visual Studio for game developers during 2023. Check out his blog here.  The Unreal Engine integrations are where my eyes jumped to first. There is now an Unreal Engine log vie...

Game DevelopmentDeveloper ProductivityUnreal Engine
Aug 16, 2023
2
4

Unleashing the Power of Visual Studio 2022 for C++ Game Development

David Li
David Li

In Visual Studio 2022 v17.7, we are excited to bring you a multitude of performance tune-ups, productivity enhancements, and Unreal Engine integrations for C++ game development. In this blog post, you will learn how to take advantage of these new improvements whether you use Unreal Engine or a proprietary game engine. Not a game developer? See ...

C++Game DevelopmentUnreal Engine