Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hannesdelbeke/unreal-qt-plugin
- Owner: hannesdelbeke
- License: mit
- Created: 2024-05-21T08:07:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T08:43:03.000Z (7 months ago)
- Last Synced: 2024-10-19T02:43:13.637Z (2 months ago)
- Topics: pyside6, qt, techart, tooldev, tools, ui, unreal
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- PySide61. 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 folder2. 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)