aws / amazon-gamelift-plugin-unreal

The Amazon GameLift Plugin for Unreal contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unreal game. You can use the GameLift Unreal Plugin to access GameLift APIs and deploy AWS CloudFormation templates for common gaming scenarios.
https://aws.amazon.com/gamelift/getting-started/
Apache License 2.0
36 stars 19 forks source link

Add Destroy function to FGameLiftServerSDKModule #22

Open Boshchuk opened 9 months ago

Boshchuk commented 9 months ago

I would like to propose adding the Destroy() function to the FGameLiftServerSDKModule module. Currently, this function is only available in the GameLiftServerAPI module. By adding it to FGameLiftServerSDKModule, we can provide a more consistent API for developers.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

shubgupp commented 3 months ago

Thank you @Boshchuk! We appreciate your efforts for the proposal. Our team is currently looking into it!