I'm trying to integrate PlayFab Party into Unreal using the Windows 10 SDK version from this page:
https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/#resources
I have downloaded the NuGet Package from:
https://www.nuget.org/packages/Microsoft.PlayFab.PlayFabParty.Cpp.Windows/
However, it doesn't come with a .lib so I can't link to the SDK and obviously I get compiler errors.
Is this something missing from the NuGet package?
Answer by SethDu · Oct 19, 2020 at 06:54 AM
Currently, the detailed documentation for implementing Party on Unreal Engine can be found on:
As you can see there is no official Win10 SDK for Party, you may try GDK for your implementation. It is also recommended reaching out to your Microsoft Representative for further guidance.
I tried setting up the sub system but it said XboxOneGDK is not defined in the SupportedTargetPlatforms, are there some set up steps missing from that guide.
GDK is something you need to get from Xbox side. You may refer to: