Remove JSON parameter from handlers

This commit is contained in:
2026-03-12 17:48:11 -04:00
parent f0c070d4eb
commit 4c6bdae2c2
72 changed files with 72 additions and 72 deletions

View File

@@ -27,7 +27,7 @@ public:
"Cannot delete undeletable nodes (entry points, root nodes, etc).");
}
virtual void Handle(const FJsonObject* Json, FStringBuilderBase& Result) override
virtual void Handle(FStringBuilderBase& Result) override
{
MCPFetcher F(Result);
UEdGraphNode* FoundNode = F.Walk(Node).Cast<UEdGraphNode>();