Checking in what I found on my hard drive

This commit is contained in:
2024-01-22 10:53:01 -05:00
26 changed files with 1008 additions and 575 deletions

View File

@@ -43,6 +43,9 @@ public:
UPROPERTY(EditDefaultsOnly, Category = "Luprex")
TSubclassOf<AActor> ClassTangibleActor;
// Execute a debugging command, typed on the GUI.
void ExecuteDebuggingCommand(const FString &fs);
// Transfer console output from the Luprex engine to unreal.
void UpdateConsoleOutput();
@@ -57,7 +60,7 @@ public:
virtual uint32 Run() override;
UPROPERTY()
FTangibleManager TangibleManager;
UlxTangibleManager *TangibleManager;
// This stores the entire text currently visible in the console.
FlxConsoleOutput ConsoleOutput;