Remove JSON parameter from handlers
This commit is contained in:
@@ -294,7 +294,7 @@ FString UMCPServer::HandleRequest(const FString& Line)
|
||||
|
||||
// Invoke the handler.
|
||||
TStringBuilder<32768> TextResult;
|
||||
Handler->Handle(&*Request, TextResult);
|
||||
Handler->Handle(TextResult);
|
||||
FString Result = TextResult.ToString();
|
||||
for (int32 i = 0; i < Result.Len(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user