Variables Won't Display In Debug Watch Window

Yeah, that’s a thing with VS, it’s not going to display global variables if they’re defined in a different module in non-monolithic builds. You need to use the context operator to specify which module it should look in for it:


{,,"UE4Editor-Core-Win64-Debug.dll"}GIsGameThreadIdInitialized

More info here: