Skip to content

Instantly share code, notes, and snippets.

@justonil
justonil / PluginRebuilder.pyw
Created October 7, 2025 13:05
Unreal Engine helper tool for execute default UE rebuild command. UE version autodetection, plugin and build path selection with UI.
# UE version and ui based on Gradess2019/UnrealVersionChanger. Big Thanks
import json
import os
import subprocess
import threading
import queue
import tkinter
from pathlib import Path
from tkinter import Frame, Tk, NW, Toplevel, CENTER, messagebox, filedialog, Scrollbar, RIGHT, Y, END
from tkinter.ttk import Combobox, Label, Entry, Button