- In Visual Studio, set your Solution Configuration to “Debug Editor”
- Build your project.
- Make sure Unreal editor is running.
- From the visual studio menu, select Debug > Attach to Process, and choose the running Unreal editor.
- Run your level from within the editor, and now that the debugger is attached, any breakpoint you’ve placed in Visual Studio should now be hit.
7 Likes