question

dominiklibek avatar image
dominiklibek asked

UE4 - RedeemMatchmakerTicket()

Hi,

What are the best place in UE4 server code structure to put RedeemMatchmakerTicket() in? The AGameMode::PreLogin() method looks fine, but when it is called the map is already loaded, so it is a little too late... Thanks for any info!

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

·
brendan avatar image
brendan answered

In a demo we used a long time ago, we actually just had it in the AGameMode::Login call. What is the issue you're encountering with it being in PreLogin exactly? It's not clear why the map load would be an issue for you.

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.