Completing downgrade to 5.5.4

This commit is contained in:
2026-05-15 19:37:34 -04:00
parent 94e6385f14
commit c0848c2670
8 changed files with 4 additions and 16 deletions

View File

@@ -119,7 +119,7 @@ public:
// Register a variable GUID for the new widget. UMG's compiler
// ensures every widget in the tree is present in this map.
BP->OnVariableAdded(NewWidget->GetFName());
// BP->OnVariableAdded(NewWidget->GetFName());
WingOut::Stdout.Printf(TEXT("Created widget '%s' of type '%s'\n"), *Name, *Type);
}