This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
0.3.0
Pre-release
Pre-release
Please note that...
- This is an alpha release
- This has only been tested with Unreal Engine 4.21
- You can not use this outside of Win64 editor builds
- You can not use this in packaged/cooked builds
- There will be breaking changes in upcoming versions
Breaking changes
- Removed call site from
console.log
,console.warn
andconsole.error
- Removed the "Open In Text Editor" toolbar button and input action
Changes
- Added
console.trace
for logging with call stack (up to 10 frames) - Uncaught exceptions now log call stack (up to 10 frames)
Bug fixes
- Bundled
Source
directory, to fix C++ projects not compiling - Fixed potential crash when dealing with array properties