20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.75k stars 746 forks source link

Initial port to UnrealEngine 4.24 #817

Open nafeesb opened 4 years ago

nafeesb commented 4 years ago

Most changes are simple. I also changed methods that have deprecation warnings. Disabled the following functions

py_ue_fmenu_builder_add_asset_actions The menu build system has been refactored. Needs more work to figure out how to port this correctly.

py_unreal_engine_reload_blueprint Reload functionality has been removed from the engine.

fairbairn commented 4 years ago

I was unable to build the PR on Mac Catalina with UE 4.24.

nafeesb commented 4 years ago

Thanks for the report @fairbairn . Unfortunately I don't do UE dev on osx, and I did not try that myself. Can you share the errors you encountered?