run_python_file
Execute Python scripts headlessly in Unreal Engine for long batch jobs, freeing the interactive editor.
Instructions
Execute a .py file headlessly via -ExecutePythonScript.
Useful for long batch jobs that shouldn't tie up the interactive editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |