Hello there, I am a newbie with UE5, and I want to build my own desktop game, I was searching on the internet if there is any possibility to run Python code in-game at run-time, and I have found the answer is: no I can’t, all we can do with Python is to write scripts for the editor.
the reason I was searching for Python is that I want to make a level editor in-game and by using Python I can use PyQt5 which is based on Qt and this provides me with the QGraphicView framework which lets me draw 2d items on Canvas and so on.
So is there any idea how to have this kind of widget in SlateUI or any other framework or even is there any way to implement Qt into the game at run-time?