Hey, so I started using !ensure to check for null pointers and such, and found that instead of a few lines of code that are yellow like Ben’s that I instead get about 30 lines of red code all beginning with LogOutputDevice:Error, a few of which do specify where the problem stems from but most of which are referencing various .dll files.
I was wondering if this is a sign my code isn’t right, if this is something new to 4.13/4.14, or if may have to do with some kind of settings I need to adjust. To be clear, it starts up fine, runs fine, and takes about as long to check the code as Ben’s does, it just gives me much longer messages than I would have thought it would.