set_unreal_engine_path
Specify the Unreal Engine installation path to ensure proper project configuration and compatibility within the unreal-mcp server environment.
Instructions
Set the Unreal Engine path
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}