You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- fix Verse for loop semantics - added some VM opcodes: - EX_NothingInt32: takes an int argument and is very handy for being a no-op that annotates the bytecode disassembly for debugging and breakpointing - EX_AutoRtfmTransact: takes a transaction id and list of expressions to run within an AutoRTFM transaction - EX_AutoRtfmStopTransact: takes a transaction id and ends that transaction if we are inside of it, otherwise is a no-op - EX_AutoRtfmAbortIfNot: causes a transaction abort if the boolean expression is false #preflight 64640105d62884a78fe0472c [CL 25503240 by michael nicolella in ue5-main branch]