Make TangibleManager a UObject

This commit is contained in:
2023-09-25 14:25:24 -04:00
parent 982b6cab62
commit 2f5baf2e9f
8 changed files with 33 additions and 28 deletions

View File

@@ -57,7 +57,7 @@ public:
virtual uint32 Run() override;
UPROPERTY()
FTangibleManager TangibleManager;
UTangibleManager *TangibleManager;
// This stores the entire text currently visible in the console.
FlxConsoleOutput ConsoleOutput;