type parser.

This commit is contained in:
2026-03-15 05:52:11 -04:00
parent 72139e9be5
commit 9a2c4452d4
15 changed files with 38 additions and 251 deletions

View File

@@ -3,6 +3,7 @@
#include "CoreMinimal.h"
#include "MCPHandler.h"
#include "MCPFetcher.h"
#include "MCPTypes.h"
#include "MCPUtils.h"
#include "StructUtils/UserDefinedStruct.h"
#include "UserDefinedStructure/UserDefinedStructEditorData.h"
@@ -42,7 +43,7 @@ public:
// Resolve type
FEdGraphPinType PinType;
if (!MCPUtils::ResolveTypeFromString(Type, PinType, Result))
if (!UMCPTypes::TextToType(Type, PinType, Result))
return;
// Snapshot existing GUIDs so we can find the newly added one