Help Needed, GameLift server SKD 3.x Unreal Engine StartbackFill method documentation is very unclear

0

I am using Gamelift with Unreal Engine and the c++ server sdk documentation for 3.x is very ambiguous. I am trying to call the startMatchBackFill() method from the server SDK and not able to find a proper syntax definition anywhere. Can someone please share a code snippet that clearly explains/ shows how to update the matchdata using backfill method. Thanks :)

2개 답변
0

As mentioned in the below documentation, onUpdateGameSession method will be called when you initiate match backfill requests in your game.

https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-backfill.html#match-backfill-server-data

For the startMatchBackfill operation, we currently have example for this using the JavaScript SDK...and not using the C++ as of now in the public facing documentation.

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/GameLift.html#startMatchBackfill-property:~:text=Calling%20the%20startMatchBackfill%20operation

You can also reach out to the AWS support team for more information on your specific usecase/requirement.

AWS
Srinath
답변함 8달 전
0

Note, the previous answer linked to the AWS SDK not the Amazon GameLift Server SDK. To ensure no confusion, this is our public documentation for the 3.x Server SDK Actions w/ Unreal Engine: https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk-unreal-ref-actions.html#integration-server-sdk-unreal-ref-startmatchbackfill

We also have some documentation on integrating with Unreal that includes code snippets for other Server SDK APIs (same syntax): https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-engines-setup-unreal.html#integration-engines-setup-unreal-code

AWS
답변함 8달 전

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

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

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

관련 콘텐츠