Skip to content
Media 0 for listing Python Helper

Description

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:

  1. Open PythonHelper Tab( MainMenu -> Window -> PythonHelper).
  2. Please choose the appropriate text editor.

Known Issue:

  1. A file named “test.py” or a directory named “test” is not supported.
  2. The names of files and folders must conform to python's naming conventions.
  3. This python file will be executed when it is selected for the first time or after it is updated.

Change log:

2023-03-15

  1. Add UE5.1 supported.
  2. Custom function aliases that will show on buttons are supported now.
  3. Unavailable files and folder names will get a clear warning.
  4. Fix the bug that the example file cannot be deleted.
  5. Add a new example function that shows an EditorDialog.

Included formats

  • logo of Unreal Engine format