Change syntax back to normal
This commit is contained in:
@@ -30,6 +30,7 @@ class UEnum;
|
||||
class USCS_Node;
|
||||
struct FMemberReference;
|
||||
struct FBPVariableDescription;
|
||||
struct FUserPinInfo;
|
||||
// Stateless utility functions used by MCP handlers and the MCP server.
|
||||
// This is effectively a namespace — all methods are static.
|
||||
class WingUtils
|
||||
@@ -71,6 +72,7 @@ public:
|
||||
static FString FormatName(const UScriptStruct *Struct);
|
||||
static FString FormatName(const UEnum *Enum);
|
||||
static FString FormatName(const FProperty *Prop);
|
||||
static FString FormatName(const FUserPinInfo &Pin);
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user