Skip to main content
Glama

get_unreal_engine_path

Retrieve the current Unreal Engine installation path to configure development environments or resolve missing engine dependencies.

Instructions

Get the current Unreal Engine path

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_unreal_engine_path' tool. It checks if the enginePath variable is set and returns it as text content if available, otherwise throws an error. This is also the registration point using server.tool.
    server.tool("get_unreal_engine_path", "Get the current Unreal Engine path", async () => { if (!enginePath) { throw new Error("Unreal Engine path is not set") } return { content: [ { type: "text", text: `Unreal Engine path: ${enginePath}`, }, ], } })

Latest Blog Posts

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