You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/Changelog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,19 @@ Added ability to call UFunctions directly from the GUI. ([UE4SS #851](https://gi
82
82
83
83
Added highlights for properties matching the `Has property` and `Has property of type` filters ([UE4SS #1089](https://github.com/UE4SS-RE/RE-UE4SS/pull/1089))
84
84
85
+
### Lua Debugger
86
+
87
+
Added new Lua Debugger GUI tab with debugging tools for Lua mod development ([UE4SS #1099](https://github.com/UE4SS-RE/RE-UE4SS/pull/1099))
- Global variables browser with search and tree navigation
93
+
- REPL console with command history
94
+
- Script editor
95
+
- Loaded modules viewer
96
+
- Mods management tab to view, enable/disable, and create Lua mods
97
+
85
98
### UHT Dumper
86
99
87
100
Added support for generating `FUtf8String` and `FAnsiString` properties in UHT-compatible headers ([UE4SS #1015](https://github.com/UE4SS-RE/RE-UE4SS/pull/1015))
0 commit comments