IN THIS ARTICLE
FlexMatch Integration
Prerequisites
- Complete the integration for game session management for the game client and dedicated server.
Integrate game client
To support the optional FlexMatch features including backfill, your client application needs to implement the following use cases:
StartMatchmakingStopMatchmakingStartPollingStopPollingAcceptMatch
The AWS GameLift Gem provides both C++ APIs and scripting . You can implement these use cases using either method.
Integrate dedicated server
To support the optional manual backfill, you server should implement the following the use cases:
StartMatchBackfillStopMatchBackfillOnUpdateSessionBeginOnUpdateSessionEnd
Related information
Previous topic: FlexMatch Support
Next topic: FlexMatch C++ API