PlayFab / gsdk

Game Server SDK for PlayFab Multiplayer Servers
https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/
Apache License 2.0
146 stars 115 forks source link

Replace Flush call to support UE5.3 #169

Closed landalex closed 5 months ago

landalex commented 6 months ago

Describe the bug As of UE5.3 the FHttpManager::Flush function takes an EHttpFlushReason instead of a boolean, causing a compilation failure for the GSDK Unreal Plugin.

To Reproduce Steps to reproduce the behavior:

  1. Add the Unreal plugin to a UE5.3 project
  2. Compile
  3. See error

Expected behavior The Unreal Plugin compiles and runs correctly on UE5.3

Desktop (please complete the following information):