PlayFab / PlayFabMultiplayerUnreal

PlayFab Online Subsystem Plugin for Unreal Engine
https://learn.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/party-unreal-engine-oss-overview
39 stars 35 forks source link

Access policy fixes #61

Closed bschatt closed 4 months ago

bschatt commented 7 months ago

UpdateSession does not update accessPolicy which does not allow us to change session visibility from the in-game.

Also accessPolicy is not set correctly after matchmaking, preventing sessions from being found when calling FindSessions. In a similar way the maxMemberCount is not set correctly. We suggest using the values the session settings that was passed at the time StartMatchmaking was called.

bschatt commented 6 months ago

We have found a new bug involving friends-only sessions. Native sessions might not be advertised properly. I've just added a new commit in order to fix that.

bschatt commented 4 months ago

Integrated in PR #64 (commit d0e8bfd0456b871702677b7c8485af2c746e3221)