You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb russell.johnston This patch makes it so updates to arrays/maps/structs are transactional. To do this, I added support to the VM's transaction log to have Aux owners and Aux values. I also changed RTFM behavior to have OnAbort handlers run eagerly on abort instead of being deferred to the root transaction. The VM now relies on this new behavior. [CL 33702069 by saam barati in ue5-main branch]