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
33 stars 17 forks source link

GameSession properties missing on GameLiftClient #46

Open felipe-chamas opened 4 months ago

felipe-chamas commented 4 months ago

Using the GameLiftClient SDK functions is very much straight forward. But the GameSession cannot be set with Name or GameProperties unless we use the aws-cpp-sdk, which adds a whole level of complexity on memory management, specially in UE. I'd like to request those to be included. I've tried to manually change the CPP code, but I think the binaries ignore those changes anyway.

felipe-chamas commented 4 months ago

Quick update as name/aliasId are present in GAMELIFT_GAMESESSION_CREATE_REQUEST, but none of them work if manually including it in FGameLiftClientSDKModule::CreateGameSession

levigerber commented 3 months ago

Hello, thank you for reaching out! We will prioritize this feature request against our backlog!