ue_exec_python
Execute arbitrary Python code inside Unreal Editor to automate tasks, access engine APIs, and use MCP helpers, returning the output via the result variable.
Instructions
Esegue codice Python arbitrario dentro l'editor Unreal (escape hatch).
Il modulo unreal e tutti gli helper mcp_* sono disponibili. Assegna il
valore da restituire alla variabile result.
Args: code: snippet Python, es. "result = len(mcp_actor_subsystem().get_all_level_actors())".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |