Is the AWS GameKit plugin for Unreal extensible?

0

Is the Unreal Engine plugin extensible so that a game developer can take the plugin and add to it to meet their use case to build their own backend features?

AWS
asked 2 years ago292 views
1 Answer
0
Accepted Answer

Yes, primarily because it is an open source solution that is available on GitHub. We have two GitHub repositories - AWS GameKit C++ SDK (https://github.com/aws/aws-gamekit) and Plugin Code: AWS GameKit for Unreal (https://github.com/aws/aws-gamekit-unreal). The plugin code is primarily the UI that is built on top of the C++ SDK code. A game developer can take the GameKit C++ SDK and customize it (add more APIs) to build their own backend features for Unreal or any other engine of their choice.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions