Major overhaul of DebugPrint

This commit is contained in:
2023-09-04 03:21:23 -04:00
parent 57ea8d8574
commit e3c20b3f1e
6 changed files with 262 additions and 53 deletions

View File

@@ -51,7 +51,7 @@ public:
FTangibleManager TangibleManager;
// This stores the entire text currently visible in the console.
engineutil::ConsoleOutput ConsoleOutput;
FConsoleOutput ConsoleOutput;
// The worker thread.
FRunnableThread *Thread;