Files
UnrealEngineUWP/Engine/Source/Programs/AutoRTFMTests
saam barati abaf26d8ac Implement transactional deep mutability
#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]
2024-05-16 17:41:22 -04:00
..