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…
TL;DR
Debugging in Visual Studio can quickly turn into a maze when the debugger keeps stepping into irrelevant functions like standard library or third-party code. Instead of wasting time navigating through unnecessary calls, you can filter them out using built-in tools…
You must be logged in to post a comment.