Unreal Run Python
unreal_run_pythonExecute Python scripts directly within Unreal Editor's Python environment to automate game development tasks. Control editor operations programmatically.
Instructions
Execute a Python script in the Unreal Editor Python environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. | |
| timeoutMs | No | Command timeout. |