A simple Unreal Engine integration plugin for Molecular Matters Live++ 2.
This is much faster to iterate with than the default Live++ integration, but it comes with an additional restriction: Neither UBT nor UHT will run. If you make any changes to headers that change the line numbers UHT macros are on, it will fail to compile the patch. Basic rule: Just don't use hot reload for header changes.
The plugin will work in the editor aswell as packaged builds in Debug, DebugGame and Development config. I only implemented support for Windows.
You must use Live++ version >= 2.7.0 due to breaking API changes.
- Install this plugin to your project.
- Download the official Live++ release and place the
LivePP
folder next to thePLACE_LIVEPP_FOLDER_HERE
file inSource/ThirdParty/LivePPSDK
. - Disable Live Coding in Unreal Editor from Editor Preferences -> Live Coding.
- Add
-LivePP2
to the launch arguments in your IDE.
- Start the editor.
- Modify a file and use Ctrl-Alt-F11 shortcut as usual.
- Start the packaged build with
-LivePP2
argument. - Modify a file and use Ctrl-Alt-F11 shortcut as usual.