After searching for a little while, I haven’t managed to find good resources that explain how I could go about creating custom windows and tools for UE4.
Here’s an example of the kind of “custom tool” I’d like to create: A window that allows game designers to create and save labyrinths. The window would contain a grid of slots, and the designers would be able to assign a room blueprint to the desired slots. Once they’re happy with their labyrinth design, there would be a “Save” button that would generate the new labyrinth blueprint (composed of all the assigned rooms) and save it in the content folder.
In short, I’m looking for guidance on how to create a new editor window in which I have some kind of control over the UI. Any tips?
thanks