ue_exec_python
Execute arbitrary Python code inside Unreal Editor to automate tasks, control scenes, and access engine features via MCP helpers.
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 |