Lesson 35 - Get Compute Auth Token Working
This commit is contained in:
82
Plugins/GameLiftPlugin/GameLiftPlugin.uplugin
Normal file
82
Plugins/GameLiftPlugin/GameLiftPlugin.uplugin
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user