amazon-gamelift-plugin-unreal
amazon-gamelift-plugin-unreal copied to clipboard
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 P...
*Description of changes:* This pull requests adds the ability to deploy a GameLift scenario with a container fleet, where the container is already available in AWS ECR. By submitting this...
*Issue #: 44 *Description of changes:* Updates to fix the build in UE 5.4. Mainly added imports and inline to a few methods that were causing linker errors. I'm not...
The following definition in AWSSDK.Build.cs causes compilation issues when using MSVC. This is due to the code analysis macro `CA_ASSUME()` trying to use `__builtin_expect` on Windows if `__clang_analyzer__` is defined...
Using Clang compilation for Windows targets, which can be enabled like so from the project Target.cs. ``` WindowsPlatform.Compiler = WindowsCompiler.Clang; ``` Fails due to rapidjson not handling MSVC_VER still being...
Using latest version : 3.0.0 plugin version 5.3.0 gamelift. Unreal Engine : Source build version of 5.5.3 release tag. Have used release download and repo following installation segment. Below linker...