TangibleManager Init function implemeneted

This commit is contained in:
2023-09-02 01:39:35 -04:00
parent ac132862de
commit 1494e4f8e6
4 changed files with 17 additions and 17 deletions

View File

@@ -47,8 +47,8 @@ public:
// Transfer console output from the Luprex engine to unreal.
void HandleLuprexConsoleOutput();
//UPROPERTY()
//FTangibleManager TangibleManager;
UPROPERTY()
FTangibleManager TangibleManager;
// This stores the entire text currently visible in the console.
engineutil::ConsoleOutput ConsoleOutput;