GameLift: Should i use the SDK Server Reference or SDK Server Reference for Unreal?

0

So my question is as stated, it seem to be two reference sdk and it is different syntax. Which one Should i use when programming server code on UE5.

// Server SDK Reference https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk5-cpp.html

// Server SDK Reference for Unreal https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk-unreal-ref.html

I guess its the Server SDK Reference for Unreal, but they seem the same. Can someone please explain the difference?

Thanks!

CCGames
asked a month ago73 views
2 Answers
2
Accepted Answer

Hi CCGames! The short answer is, since you are using the unreal sdk you should use the unreal sdk docs.

The reason these two SDK references can slightly differ is because the unreal SDK is a wrapper of the NO_STD C++ SDK which means it’s built without the C++ standard library. Since it’s a wrapper, the top level types could be different.

AWS
answered a month ago
profile picture
EXPERT
reviewed a month ago
0

Alright, I understand! Thank you

CCGames
answered a month 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