ue_python
Execute arbitrary Python scripts inside Unreal Editor with full unreal module access. Retrieve output using print().
Instructions
Run arbitrary Python inside the Unreal Editor (full unreal module access).
This is the escape hatch for anything the dedicated tools do not cover. Use print() for output you want back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |