Skip to main content
Glama

unreal-mcp

editor_move_camera

Position the viewport camera at specific coordinates and angles to capture precise screenshots in Unreal Engine using unreal-mcp server.

Instructions

Move the viewport camera to a specific location and rotation for positioning screenshots

Input Schema

NameRequiredDescriptionDefault
locationYesCamera world position coordinates
rotationYesCamera rotation in degrees

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "additionalProperties": false, "description": "Camera world position coordinates", "properties": { "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } }, "required": [ "x", "y", "z" ], "type": "object" }, "rotation": { "additionalProperties": false, "description": "Camera rotation in degrees", "properties": { "pitch": { "type": "number" }, "roll": { "type": "number" }, "yaw": { "type": "number" } }, "required": [ "pitch", "yaw", "roll" ], "type": "object" } }, "required": [ "location", "rotation" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runreal/unreal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server