question

Ayrton Olvera avatar image
Ayrton Olvera asked

UE4 Get MatchID from dedicated server game mode

I want to implement backfill tickets inside the dedicated server game mode.

Is there any way to get the MatchID in order to call 'GetMatch' function and then get the server details?

Custom Game Serversgame manager
10 |1200

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

Gosen Gao avatar image
Gosen Gao answered

The MatchId can be obtained by API GetMatchmakingTicket, you can get it on the client then pass it to the server.

10 |1200

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

Ayrton Olvera avatar image
Ayrton Olvera answered

For anyone encountering with this issue in Unreal, I was using an old version of the gsdk/UnrealPlugin at master PlayFab/gsdk GitHub , updating this, making sure that the plugin was enabled and recompiling the project made the trick!

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.