You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Fixed Python container wrappers leaking transient property instances. - PyUtil::TPropOnScope will manage an optionally owned property instance, deleting it if required when it goes out-of-scope. - Fixed Python container wrappers crashing during GC due to calling FReferenceCollector::AddReferencedObjects passing a FProperty-based type. - Fixed Python delegate wrappers crashing when called with arguments due to checking Children rather than ChildProperties. #rb Robert.Manuszewski #rnx [CL 10791312 by Jamie Dale in Main branch]