Removed all code to save packages from the MCP

This commit is contained in:
2026-03-19 10:56:20 -04:00
parent d6cc090aca
commit 23c096b614
28 changed files with 880 additions and 251 deletions

View File

@@ -164,11 +164,8 @@ public:
return Result;
}
static bool SaveBlueprintPackage(UBlueprint* BP);
// ----- Material helpers -----
static void EnsureMaterialGraph(UMaterial* Material);
static bool SaveGenericPackage(UObject* Asset);
// If the material editor has a transient preview copy of this material,
// return that copy (which is what the editor is actually working on).