Lesson 35 - Get Compute Auth Token Working

This commit is contained in:
Norman Lansing
2026-02-28 12:32:28 -05:00
parent 1d477ee42a
commit 4fde462bce
7743 changed files with 1397833 additions and 18 deletions

View File

@@ -0,0 +1,82 @@
{
"FileVersion": 3,
"Version": 6,
"VersionName": "3.1.1",
"FriendlyName": "Amazon GameLift Plugin",
"Description": "Integrate your session-based multiplayer game with Amazon GameLift and create a dedicated cloud hosting solution for your game servers.",
"Category": "Networking",
"CreatedBy": "Amazon, Inc.",
"CreatedByURL": "",
"DocsURL": "https://docs.aws.amazon.com/gamelift/latest/developerguide/unreal-plugin.html",
"SupportURL": "",
"EnabledByDefault": true,
"Plugins": [
{
"Name": "WebBrowserWidget",
"Enabled": true
}
],
"Modules": [
{
"Name": "GameLiftClientSDK",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
],
"TargetAllowList": [
"Editor",
"Client"
]
},
{
"Name": "GameLiftCore",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
],
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameLiftPlugin",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
],
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameLiftServerSDK",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"TargetAllowList": [
"Server"
]
},
{
"Name": "GameLiftMetrics",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"TargetAllowList": [
"Server"
]
}
],
"LocalizationTargets": [
{
"Name": "GameLiftPlugin",
"LoadingPolicy": "Always"
}
],
"MarketplaceURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false
}