“UE-As-Lib. With UE-As-Lib, you can build the UE4 runtime as a library and interact with it through a minimal, built-in API. This API starts UE4, optionally accepting a command-line and window handle, updates (ticks) it, receives Windows messages and can shut it down. You can expand the API to suit your needs, exposing any existing or new functionality for external use.”
Has anyone find a way to test this? I have scanned the engine source code and tried to find the mini API referred to in the release notes but with no luck. The notes also mention the possibility to build the runtime as a library but have not found that either.
I haven’t looked for it yet. But the page I linked to was broken until I reported on the forum. It seems like there is a disconnect between the release note and the team doing the work. So it doesn’t surprise me that its missing more stuff.