Quick Answer: While C++ isn’t strictly required for Unreal Engine development thanks to Blueprint visual scripting, learning it unlocks advanced capabilities and significantly expands your development options. For beginners, you can start with Blueprints and gradually learn C++ for Unreal Engine as your projects grow more complex.
C++ is used to program and create video games on different…
Visual Assist 2025.3 release post
July 3, 2025
Visual Assist 2025.3 is now public and available to download.
This release improves developer experience by updating the feedback UI when using some of our added features from recent releases. We’ve also updated our options dialog’s look and feel alongside some of line…
How to get a job as a game developer in 2025 – Part 2: Insider advice from a studio game director
June 25, 2025
Last time, we shared some general tips about what skills and tools you need to get a job as a game developer in 2025. However, the game development industry is a dynamic and rapidly evolving field. It’s characterized by technological advancements and continuous innovation…
The best part of working in dev tools? Hearing directly from the people who use them. Over the past several months, we here at Whole Tomato have had the privilege of speaking with C++ professionals across many industries: gaming, fintech, agtech, manufacturing, and beyond.
From those conversations, one thing is clear: despite the rise of new alternatives and lively debates about its future, C++…
Functional programming is influencing everything—even C++.
Pattern matching is a clean and expressive way to check a value against a given structure or pattern. Pattern matching provides developers with a compact way to define their search criteria and specify actions for…
For many, game development isn’t just a career—it’s a dream job. In 2025, that dream still holds strong, even as the industry navigates shifting trends. While the gaming market remains massive, it’s important to note that it has experienced some contraction since…
If you’re a developer working in Visual Studio, chances are you’ve hit a few bumps in the road—slow load times, clunky navigation, unreliable IntelliSense, and the occasional “Where did that file go?” moment. These common pain points can quickly add up, dragging down your productivity and turning routine coding tasks into frustrating time sinks.
Many developers accept these…
Introduction
C++ has never been afraid of complexity—but even for a language known for performance and control, the #include system has seemed like a bygone from another era.
Modules in C++ were a long-awaited upgrade aimed at cleaning up the mess of includes, speeding up…
Visual Assist 2025.1 release post
March 31, 2025
VA 2025.1 enhances usability with smarter navigation, better C++ module support, and more flexible refactoring options. The updated first-run dialog, configurable test snippets, and a refreshed UI improve the overall experience. Additionally, several key fixes address…
Introduction
Think about this. Have you ever thought about two things at once? If you reflect a bit, our brains are super complex but they only focus on one train of thought. Sure, a lot can happen subconsciously, but you can only be conscious about a single thing—you can’t focus on two things at once simultaneously.
But what if you could? This opens up a wide array of possibilities. Imagine…
You must be logged in to post a comment.