More work on Blueprint_Dump
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user