Files
UnrealEngineUWP/Engine/Source/Developer/ScriptDisassembler
michael nicolella b120e9ec4f [autortfm]
- 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]
2023-05-17 01:47:09 -04:00
..