Building PC version using GDK for Microsoft / Xbox store

Hi

The WinGDK target is working fine in 5.6, you can create a package by running the command below for Lyra. Since a couple of UE releases, we are refactoring the WinGDK platform to be a plugin to the Win64 platform. The main advantage is that Win64 and WinGDK can share the cooked data and most compiled code. I think this work is 5.7 but it’s fully completed in 5.8. In 5.6, it was not ready yet, so you can package the platform as following:

.\RunUAT.bat BuildCookRun -project=Lyra -clientconfig="Development" -platform=WinGDK -build -cook -stage -pak -iostore -packageThis command still works in 5.7 too (I think, I’m running a build to verify, it it fails, I’ll let you know, but assume it works for now).

Regards,

Patrick

[Attachment Removed]