-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support 4.27 & 5.0.0 #880
base: master
Are you sure you want to change the base?
Support 4.27 & 5.0.0 #880
Conversation
…oll` `pitch` `yaw`
FRotator arguments order should be pitch, yaw, roll instead of roll, pitch, yaw
…alEnginePython order.
Fixed and Removed all Errors and Warnings. Tested a few python scripts, ran editor for long time. Seems to be okay.
Fixed Version Number
Merge branch 'master' of https://github.com/SaxonRah/UnrealEnginePython into support4.25
…d it built on 4.18 and 4.25 (on Linux).
…ill builds on 4.18. Builds on 4.18 and 4.25 (only versions tested).
…on from example scripts for 4.25.
…ion in python. This was used to get the blueprint node creation example scripts to work in 4.25.
…ion modules on debian/ubuntu eg ctypes/unittest. This may make it impossible to load Epics python and UnrealEnginePython together.
…till builds on 4.18. Builds on 4.18 and 4.25 (only versions tested).
Currently builds (4.18 and 4.25) and some examples seem to run OK. This requires some changes to the example scripts. Started from Support4.25 pull req but now highly modified.
Without this fails with x86_64-linux-gnu/python3.8/pyconfig.h file not found. Need to create Include directory in Source/UnrealEnginePython which contains an x86_64-linux-gnu directory containing symbolic link to /usr/include/x86_64-linux-gnu/pythonx.x where x.x is appropriate python version. Directly including /usr/include/x86_64-linux-gnu/pythonx.x in linuxKnownIncludesPaths does not work.
… break existing scripts.
…nrealEnginePython into cyberbibby-Add-support-for-iOS # Conflicts: # Source/UnrealEnginePython/Private/PyCommandlet.cpp # Source/UnrealEnginePython/Private/UnrealEnginePython.cpp # Source/UnrealEnginePython/Private/Wrappers/UEPyFFoliageInstance.cpp # Source/UnrealEnginePython/UnrealEnginePython.Build.cs
Cyberbibby add support for IOS
# Conflicts: # Source/UnrealEnginePython/Private/UnrealEnginePython.cpp
Add support for Android
IOS Library Path
Add arm64-v8a so
man , when i compiled successed in ue5.01, but crashed in loading on 2078(PyCFunction_New)in UEPyModule.... have same problem? |
Modifying pythonHome in Windows 10 UE5 is not working, it will still link to the python under refer to UnrealEnginePython.Build.cs around line#10
|
Can external python modules be installed and packaged for your Unreal Engine 5.0 build? Thanks! |
@kprimo Did you ever find a fix for linking python home to a the non engine embedded version of Python? |
No description provided.