This plugin has a Python file explorer, so you can run any python file with one click. And this plugin will automatically identify the functions defined in a python file and call them directly by clicking the function name in Unreal Editor.
See more in the example.py we offer.
Startup:
- Open PythonHelper Tab( MainMenu -> Window -> PythonHelper).
- Please choose the appropriate text editor.
Known Issue:
- A file named “test.py” or a directory named “test” is not supported.
- The names of files and folders must conform to python's naming conventions.
- This python file will be executed when it is selected for the first time or after it is updated.
Change log:
2023-03-15
- Add UE5.1 supported.
- Custom function aliases that will show on buttons are supported now.
- Unavailable files and folder names will get a clear warning.
- Fix the bug that the example file cannot be deleted.
- Add a new example function that shows an EditorDialog.