Created
April 1, 2021 08:08
-
-
Save rondreas/eeecb0fcf52f05e898e0e31b22658068 to your computer and use it in GitHub Desktop.
Example of extending a menu in Unreal using Python
Thanks alot! you really helped me alot. I ran into another problem. When i add the script_object to the ToolMenuEntry the label and tool tip is not visible anymore
You will need to override and implement those methods, https://docs.unrealengine.com/4.26/en-US/PythonAPI/class/ToolMenuEntryScript.html
sorry i hope im not bothering you but could you give me an example on how to do that?
its not work with unreal 5.2 startup python file att all he cant find the Menus
You likely want extent menu when running on start up @amrSherifSrour, I made a post where I extend the menu on start up also.
Thanks worked out of the box for 5.4.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Off the top of my head, no sorry.
If you wanted to sure, but there is nothing in python where you're forced to move classes into separate modules.