This is an issue I’ve been putting up with for a long time, it has persisted between engine updates and across projects, so I assume it has nothing to do with an unreal setting, and more something in visual studio, but I have no idea where to look. Whilst I have an unreal project running in debug, my output log is constantly spammed with this repeating section of text:
Does anyone have any ideas what I could do to stop this? It makes it impossible to debug anything at runtime through the output log. I thought it might be related to enabled VR plugins, but this doesn’t seem to be the case.
“The Show loader snaps flag captures detailed information about the loading and unloading of executable images and their supporting library modules and displays the data in the kernel debugger console.”
To disable loader snaps, try the following in a command prompt:
gflags /r -sls
The /r puts the disable show loader snaps (-sls) into the registry, so you will need to restart your machine for this to take effect.
Detailed usage of gflags here:
And an article explaining how to enable them here in case you’re interested: