Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hannesdelbeke/unreal-qt-plugin

an Unreal plugin to setup unreal-qt on Unreal startup, enabling PySide6 in Unreal.
https://github.com/hannesdelbeke/unreal-qt-plugin

pyside6 qt techart tooldev tools ui unreal

Last synced: about 1 month ago
JSON representation

an Unreal plugin to setup unreal-qt on Unreal startup, enabling PySide6 in Unreal.

Awesome Lists containing this project

README

        

# unreal-qt plugin
This plugin runs the [unreal-qt](https://github.com/hannesdelbeke/unreal-qt) setup on startup.

### Install instructions

0. install dependencies (TODO automate this)

Use pip to install the Python dependencies to Unreal site packages.
- [unreal-qt](https://github.com/hannesdelbeke/unreal-qt)
- PySide6

1. Copy the plugin to unreal's plugin folder

- [Download](https://github.com/hannesdelbeke/unreal-qt-plugin/archive/refs/heads/main.zip) and Unzip
- Copy the extracted `UnrealQt` folder to Unreal's plugins folder

2. Enable the plugin

- Open the Unreal plugin editor from the menu `edit/Plugins`
- Enable the `Unreal Qt` plugin
- Restart Unreal

## Other
- plugget [manifest](https://github.com/plugget/plugget-pkgs/tree/main/unreal/unreal-qt)