top | item 46119414

(no title)

dygd | 3 months ago

Can you explain how Claude interacts with the UE Editor? Does it use the Remove Control API through MCP?

discuss

order

nineteen999|3 months ago

I haven't really looked at MCP because it sounds like it is little bit broken?

The Remote Control API is just HTTP/JSON so Claude wrote some powershell scripts to query objects from the endpoint.

We gave Claude a Character Actor in game with an AI controller attached, and it can call functions to the AIController - MovetoXYZ(), Teleport(), TakeScreenshot() etc

dygd|2 months ago

Thank you, that's really cool!