Made a basic python plugin template for pure python plugins in Unreal, and thought I’d share it here.
3 Likes
The Python plugin template now supports
- automatically pip installing Python dependencies from a requirements file.
- it includes a sample QtWidget, hooked up to the menu, and auto installs the PySide6 dependency the the project Python folder
I’m currently debating where the ideal place would be to install python packages to.
Currently this is the Python folder in the project, since the editor Python folder might not be writable for people with no admin access.