More work on Blueprint_Dump

This commit is contained in:
2026-03-18 18:39:13 -04:00
parent b0743a3c3d
commit 230f104fda
11 changed files with 268 additions and 403 deletions

View File

@@ -27,6 +27,7 @@ class UBlendSpace;
class UTexture;
class UScriptStruct;
class UEnum;
class USCS_Node;
struct FMemberReference;
struct FBPVariableDescription;
// Stateless utility functions used by MCP handlers and the MCP server.
@@ -50,6 +51,7 @@ public:
static FString FormatName(const UWorld *World);
static FString FormatName(const UBlueprint *BP);
static FString FormatName(const UActorComponent *C);
static FString FormatName(const USCS_Node *Node);
static FString FormatName(const UEdGraph *Graph);
static FString FormatName(const UEdGraphNode* Node);
static FString FormatName(const UEdGraphPin *Pin);