Engine news 8/21

Hot Reloading is awesome!

Does the Hot Reloading allow for Edit & Continue during a debug session in Visual ? If not, is it plan for a future update?
I mean by Edit and continue, that you launch your session in debug, and when you hit a break point (or an error), you can modify the code and continue with the new code.

thanks,

[=;131060]
Hot Reloading is awesome!

Does the Hot Reloading allow for Edit & Continue during a debug session in Visual ? If not, is it plan for a future update?
I mean by Edit and continue, that you launch your session in debug, and when you hit a break point (or an error), you can modify the code and continue with the new code.

thanks,
[/]

No, because the compilation is done by external batch files and not by Visual itself. However, I suppose you could detach the debugger, build, hot-reload and then re-attach, all without having to close the editor.

[=pedro_clericuzzi;131477]
No, because the compilation is done by external batch files and not by Visual itself. However, I suppose you could detach the debugger, build, hot-reload and then re-attach, all without having to close the editor.
[/]

If that’s it, it will be enough and will clearly enhanced the way we are programming.
Can this be confirmed by Epic?

Thanks,