ArifZx / GameliftClientPlugin

Amazon Web Service Gamelift Client Plugin for Unreal Engine 4.23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameliftClientPlugin

Installation

  • Compile and build aws-c-common, aws-c-event-stream, and aws-checksums

  • Copy result folder to /asw-sdk-cpp/.deps/install.

  • Build aws-sdk-cpp-core, aws-sdk-cpp-cognito-indentity and aws-sdk-cpp-gamelift

  • Copy Files:

    • aws-c-common.dll,
    • aws-c-event-stream.dll,
    • aws-checksums.dll,
    • aws-sdk-cpp-core.dll,
    • aws-sdk-cpp-cognito-identity.dll,
    • aws-sdk-cpp-gamelift.dll,
    • aws-sdk-cpp-core.lib,
    • aws-sdk-cpp-cognito-identity.lib and
    • aws-sdk-cpp-gamelift.lib

    to ThirdParty/GameLiftClientSDK/[Win64|Linux]

  • Generate Visual Studio Project Files

  • Build project

AWS SDK version: 1.7.242

About

Amazon Web Service Gamelift Client Plugin for Unreal Engine 4.23

License:Apache License 2.0


Languages

Language:C++ 99.6%Language:C 0.2%Language:C# 0.2%