7 ms·
Can you explain how Claude interacts with the UE Editor? Does it use the Remove Control API through MCP?
by dygd 10mo ago
Can you explain how Claude interacts with the UE Editor? Does it use the Remove Control API through MCP?
- nineteen999 10mo agoI 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 10mo agoThank you, that's really cool!
- nineteen999 10mo agoThe RC API stuff seems a little bit unstable at the moment (parts of it are alpha and beta), but when it works its handy.