Blueprint MCP is now a proper MCP server
This commit is contained in:
@@ -85,7 +85,7 @@ extern int32 TrySavePackageSEH(
|
||||
FString MCPUtils::JsonToString(TSharedRef<FJsonObject> JsonObj)
|
||||
{
|
||||
FString Output;
|
||||
TSharedRef<TJsonWriter<>> Writer = TJsonWriterFactory<>::Create(&Output);
|
||||
TSharedRef<TJsonWriter<TCHAR, TCondensedJsonPrintPolicy<TCHAR>>> Writer = TJsonWriterFactory<TCHAR, TCondensedJsonPrintPolicy<TCHAR>>::Create(&Output);
|
||||
FJsonSerializer::Serialize(JsonObj, Writer);
|
||||
return Output;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user