Convert handlers to MCPFetcher

This commit is contained in:
2026-03-14 00:02:00 -04:00
parent 2ffc493e91
commit f255fe81ea
20 changed files with 100 additions and 99 deletions

View File

@@ -50,6 +50,9 @@ void MCPNotifier::SendNotifications()
for (UBlueprint *Blueprint : Blueprints)
FBlueprintEditorUtils::MarkBlueprintAsStructurallyModified(Blueprint);
// FBlueprintEditorUtils::RefreshAllNodes(BP);
// FKismetEditorUtilities::CompileBlueprint(BP);
if (GEditor)
GEditor->RedrawAllViewports();