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

Implement missing passthrough functions #52

Closed bschatt closed 4 months ago

bschatt commented 10 months ago

We had issues in our game after to switching to the PlayFab OSS by default because it was not passing through some calls to the Native OSS. This PR fixes the issues we had so far.

bschatt commented 10 months ago

@microsoft-github-policy-service agree company="Galli Games"

yuehanlin commented 10 months ago

Thank you for taking time to work on the pull request! We will take a look and address this issue in a future release of the OSS.

bschatt commented 10 months ago

We just encountered another issue because ShowPlatformMessageBox was not implemented. We implemented all missing functions in FOnlineExternalUIPlayFab just to be safe.

bschatt commented 4 months ago

Integrated in PR #64 (commit d0e8bfd0456b871702677b7c8485af2c746e3221)