question

Spencer avatar image
Spencer asked

How can I connect to an allocated server using the Unreal OSS?

Using the OSS for Unreal I am able to call StartMatchmaking to find a match and allocate a server but I am unsure of what the next step is to connect to the server. Do I still connect through IP or something else? I am unable to find the IP for the allocated server if that is what I use. What is the the next step after the ticket comes back completed?

Player Dataunreal
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

·
Rick Chen avatar image
Rick Chen answered

Yes, you need to connect through the server IP. After your ticket’s status changed to “Matched”, you can use the GetMatch API with match id from the GetMatchmakingTicket result. This will return the server details including the IP.

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.