How to get the matchmaker data for a new backfill player in-game? Gamelift Help

0

Let's say a new player is joining via backfill. I want to update him to the matchbackfill data with StartMatchBackFill method. How can I get his matchmaking attributes such as team, skill attributes etc. upon joining? Is there any function for that in Gamelift server SDK?

1개 답변
0

onUpdateGameSession callback request would be used to pass an updated game session object to the server process.

onUpdateGameSession – Name of callback function that the Amazon GameLift service invokes to pass an updated game session object to the server process. Amazon GameLift calls this function when a match backfill request has been processed in order to provide updated matchmaker data. It passes a GameSession object, a status update (updateReason), and the match backfill ticket ID.

Kindly refer the diagram in this documentation which shows GameLift and game client server interactions.

Additionally, you can check below documentations for further details on GameLift server SDK references:

[+] https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-api.html

[+] https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk-cpp-ref-actions.html

If you have configured it and still observing discrepancies then we would require details that are non-public information i.e details that are specific to the custom setup/implementations in AWS account. Hence, you can open a support case with AWS using the following link

AWS
Jyoti
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠