Much better handling of type lookups

This commit is contained in:
2026-03-18 23:20:10 -04:00
parent 336b80df39
commit 467c1464aa
7 changed files with 15 additions and 70 deletions

View File

@@ -161,8 +161,7 @@ public:
return Result;
}
static bool SaveBlueprintPackage(UBlueprint* BP);
static UClass* FindClassByName(const FString& ClassName);
static bool SaveBlueprintPackage(UBlueprint* BP);
// ----- Material helpers -----
static void EnsureMaterialGraph(UMaterial* Material);