Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
HaiyiMei
/
UnrealEnginePython
Public
forked from
giwig/UnrealEnginePython
Notifications
You must be signed in to change notification settings
Fork
0
Star
8
Code
Issues
0
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Sep 1, 2021
Update README.md
giwig
authored
d1ae7ab
Copy full SHA for d1ae7ab
Commits on Aug 29, 2021
Update README.md
giwig
authored
943c613
Copy full SHA for 943c613
Update README.md
giwig
authored
24b1ef6
Copy full SHA for 24b1ef6
Update README.md
giwig
authored
2e8d85b
Copy full SHA for 2e8d85b
Update README.md
giwig
authored
7787204
Copy full SHA for 7787204
Add files via upload
giwig
authored
92d6288
Copy full SHA for 92d6288
Update README.md
giwig
authored
9d6dd79
Copy full SHA for 9d6dd79
Commits on Aug 28, 2021
- made changes for 4.26.2
Show description for 240d9d0
giwig
committed
240d9d0
Copy full SHA for 240d9d0
- removed UEPyIHttpRequest_LOCAL_1070.cpp
giwig
committed
09431cb
Copy full SHA for 09431cb
- rebase
giwig
committed
48afe0d
Copy full SHA for 48afe0d
added backward support for versions below 4.27, but did not test it. I want to check for 4.26.2
giwig
committed
321b71c
Copy full SHA for 321b71c
Commits on Aug 19, 2020
Moved sequencer include/dependency paths to editor only section to make packaging work.
David
committed
b77c30e
Copy full SHA for b77c30e
Commits on Jul 31, 2020
Updated the sequencer functionality to work for 4.22 and 4.25 to solve the infinite recursion crash.
Show description for 8ebf56f
David
committed
8ebf56f
Copy full SHA for 8ebf56f
Converted Landscape export from RawMesh to MeshDescription from 4.22 onwards.
David
committed
2597686
Copy full SHA for 2597686
Commits on Jul 22, 2020
Created new type check functions for FProperty and updated py_ue_get_inner, py_ue_get_key_prop and py_ue_get_value_prop to use them.
David
committed
1a8cd3e
Copy full SHA for 1a8cd3e
Commits on Jul 20, 2020
Wrapped more editor only functions with WITH_EDITOR to allow package building.
David
committed
d04c3af
Copy full SHA for d04c3af
Commits on Jul 17, 2020
Added pragmas to convert -Wshadow from errors to warnings for Fbx module in order to compile.
Show description for 06ef4b3
David
committed
06ef4b3
Copy full SHA for 06ef4b3
Correct debug code - added EXTRA_DEBUG_CODE ifdef wrap.
David
committed
9da24f4
Copy full SHA for 9da24f4
Commits on Jul 5, 2020
Added new versions of some examples to work in 4.25.
Show description for c686eb1
David
committed
c686eb1
Copy full SHA for c686eb1
Fix the blueprint variable unit test.
jonlm
authored and
David
committed
1ce237e
Copy full SHA for 1ce237e
Possible fixup for PlayInEditor 4.25 changes.
Show description for 584f78f
David
committed
584f78f
Copy full SHA for 584f78f
More updates to fix 4.25 deprecations.
David
committed
c0a0089
Copy full SHA for c0a0089
Commits on Jul 4, 2020
Revert "Added debug prints for property conversion from or to python."
Show description for 482355c
David
committed
482355c
Copy full SHA for 482355c
Added debug prints for property conversion from or to python.
David
committed
7a21ace
Copy full SHA for 7a21ace
Changed to original order by default for FRotator arguments so doesnt break existing scripts.
David
committed
2ccfe75
Copy full SHA for 2ccfe75
Fixup for building on Ubuntu 20.04.
Show description for 21b4ddc
David
committed
21b4ddc
Copy full SHA for 21b4ddc
Added python3.8 for Linux as that is default for Ubuntu 20.04.
David
committed
7f9b917
Copy full SHA for 7f9b917
Added debug prints under define EXTRA_UE_LOG control.
David
committed
98e31d1
Copy full SHA for 98e31d1
Updated to use FProperty/FFieldClass instead of UProperty.
Show description for 4a7a3f4
David
committed
4a7a3f4
Copy full SHA for 4a7a3f4
More wraps of 4.24 updates with appropriate ENGINE_MINOR_VERSION so still builds on 4.18.
Show description for b76e101
David
committed
b76e101
Copy full SHA for b76e101
Major update for 4.25 so can load system python shared library extension modules on debian/ubuntu eg ctypes/unittest.
Show description for 350998c
David
committed
350998c
Copy full SHA for 350998c
Commits on Jun 28, 2020
Missed non-FProperty update from Support4.25 pull request patched in.
David
committed
f52a2c1
Copy full SHA for f52a2c1
Added keyword arguments for Outer and Name for UObject instance creation in python.
Show description for e23c956
David
committed
e23c956
Copy full SHA for e23c956
Additional function wraps added while debugging blueprint node creation from example scripts for 4.25.
David
committed
d957ca0
Copy full SHA for d957ca0
Non-FProperty updates I needed to build on 4.25.
David
committed
5c96b51
Copy full SHA for 5c96b51
Pagination
Previous
Next
You can’t perform that action at this time.