-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameliftIntegrationKit.uplugin
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy pathGameliftIntegrationKit.uplugin
File metadata and controls
33 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "GameLift Integration Kit",
"Description": "GameLift Integration Kit for Unreal Engine 5 and 4 is a plugin that allows you to integrate your game with Amazon GameLift with support for FlexMatch.",
"Category": "Betide Studio Plugins",
"CreatedBy": "Betide Studio",
"EngineVersion": "5.1",
"CreatedByURL": "https://betide.studio",
"DocsURL": "https://aws.betide.studio/gamelift/setup/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/56d124c89ae04363bd08b67ccb7fea31",
"SupportURL": "https://discord.gg/j6y5ExMd8Q",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "GameliftIntegrationKit",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": ["Win64", "Win32", "Linux", "Mac", "IOS", "Android"],
"BlacklistTargets": ["Server"]
},
{
"Name": "GameLiftServerSDK",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": ["Win64","LinuxArm64","Linux"],
"BlacklistTargets": ["Client"]
}
]
}