Make TangibleManager a UObject
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user