editor_run_python
Run Python scripts directly within the Unreal Editor to automate tasks or execute custom logic. Ensure scripts include import unreal
and adhere to Unreal Python documentation guidelines for safe usage.
Instructions
Execute any python within the Unreal Editor. All python must have import unreal
at the top. CHECK THE UNREAL PYTHON DOCUMENTATION BEFORE USING THIS TOOL. NEVER EVER ADD COMMENTS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |