-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEdgegapIntegrationKit.uplugin
48 lines (48 loc) · 1.11 KB
/
EdgegapIntegrationKit.uplugin
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.3",
"FriendlyName": "Edgegap Integration Kit",
"Description": "Edgegap Integration Kit is a plugin that allows you to integrate Edgegap's services into your Unreal Engine project.",
"Category": "Betide Studio",
"CreatedBy": "Betide Studio",
"CreatedByURL": "https://betide.studio",
"DocsURL": "https://docs.edgegap.com/docs/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/3d3e8e5a9f3f4f7fa0411d4fef2f7e25",
"SupportURL": "https://discord.gg/betidestudio",
"EngineVersion": "5.4.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "EdgegapIntegrationKit",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac",
"Android",
"IOS"
]
},
{
"Name": "Edgegap",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "UCMDHelper",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
}
]
}