Tips and Tricks

Finding your way through a large Unreal Engine codebase: a practical guide

The moment the project opens Welcome gamer! You’re excited to start coding games so you set up your Unreal Engine and  finally got the source linked to your project… Once it opens you’re greeted with a sample project. It’s huge. And why are there red error squiggles under everything? You open Solution Explorer and there are 800 folders. You explore. Hit F12 on BeginPlay…
Read more
Build Announcements

Visual Assist 2026.3 release post

Visual Assist 2026.3: Expanding AI Workflows & Improving Performance AI in IDEs is evolving quickly, but for many the hype might feel artificial. For most C++ developers, the question isn’t “can AI write code?” — it’s: “how can I fit this…
Tips and Tricks

Do I Need To Know C++ For Unreal Engine? The Updated 2026 Guide

TL;DR You don’t need C++ to start with Unreal Engine since Blueprints let you build full games without coding. But if you want more control, better performance, and advanced features, C++ becomes a powerful addition to the quick prototyping provided by blueprints . The smartest path is not choosing one over the other. Start with Blueprints to learn fast and stay motivated, then gradually add C++…
Read more
Build Announcements

Visual Assist 2022.3 now available

Visual Assist 2022.3 is out and brings some exciting news for those working with graphics shaders! It also adds a pair of code inspection checks, as well as a new navigation option for Open File in Solution. Visual Assist HLSL support High-level shader language (HLSL), while vaguely similar to C in syntax, is a distinct language and thus most native Visual Studio features may behave…
Read more
Tips and Tricks

The Most Innovative Things Happening With Visual Studio Unreal Engine

Unreal Engine is designed to integrate with Visual Studio smoothly. When linked, it enables developers to make code changes to projects quickly and easily. Visual Studio’s support for Unreal Engine also helps improve efficiency and overall performance.  Although Visual Studio is the most extensible IDE on the planet, it cannot cater to all development needs. Game development is one such…
Read more