question

Ben Naccarato avatar image
Ben Naccarato asked

Integrating PlayFab Party in Unreal?

Hey there, I'm looking to use PlayFab in an Unreal game, and investigating how to use PlayFab Party. From what I can tell, the PlayFab C++ SDK, and so the Unreal PlayFab SDK plugin, does not contain the Party content. Is the Party functionality not ready for use yet?

I found the headers for the party feature here https://github.com/PlayFab/PlayFabParty. I added these to my unreal project, but it fails to build because the methods in `Party_c.h` cannot be resolved. Looking at the libraries included, it only has binaries for iOS and Android. Is the party system not supported for Windows/Linux?

Is it possible to use the Party feature in Unreal? Any suggestions for how this would be done?

Thanks

unreal
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

>>Is the Party functionality not ready for use yet? Is the party system not supported for Windows/Linux?

You’d need a additional Party SDK for this, and please check out this section for details about supported platforms and associated SDKs: https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/#resources

>> Is it possible to use the Party feature in Unreal?

Apart from using native PlayFab C++ SDK for your unreal project, you can also consider using PlayFab Party Online Subsystem (PFP OSS) which is currently designed for use when developing PC and Xbox games. Please check out this doc for more details: https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/party-unreal-engine-oss-overview

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.