Files
DedicatedServerCourse/Plugins/GameLiftPlugin/GameLiftPlugin.uplugin

83 lines
1.6 KiB
Plaintext
Raw Normal View History

{
"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
}