forked from betidestudio/EOSIntegrationKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEOSIntegrationKit.uplugin
125 lines (125 loc) · 2.46 KB
/
EOSIntegrationKit.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"FileVersion": 3,
"Version": 3,
"VersionName": "4.5",
"FriendlyName": "EOS Integration Kit",
"Description": "EIK (Epic Online Services Integration Kit) is a plugin that enables seamless integration between Epic Online Services (EOS) and Unreal Engine. The plugin provides access to the EOS SDK (Software Development Kit) within Unreal Engine, allowing developers to easily implement features such as matchmaking, achievements, leaderboards, and more.",
"Category": "Betide Studio",
"CreatedBy": "Betide Studio",
"CreatedByURL": "https://betide.studio",
"DocsURL": "https://eik.betide.studio/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/dba0aa05bdd144e69405653a387ad63e",
"SupportURL": "https://discord.gg/betidestudio",
"EngineVersion": "5.2",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "EOSIntegrationKit",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac",
"IOS",
"Linux"
]
},
{
"Name": "SocketSubsystemEIK",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac",
"IOS",
"Linux"
]
},
{
"Name": "OnlineSubsystemEIK",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac",
"IOS",
"Linux"
]
},
{
"Name": "EIKVoiceChat",
"Type": "ClientOnlyNoCommandlet",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac",
"IOS",
"Linux"
]
},
{
"Name": "EIKShared",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac",
"IOS",
"Linux"
]
},
{
"Name": "EIKLoginMethods",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Android",
"Win64",
"Mac",
"IOS",
"Linux"
]
},
{
"Name": "EIKEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "DiscordGame",
"Type": "Runtime",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "EIKWeb",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "Synthesis",
"Enabled": true
}
],
"IsBetaVersion": false,
"IsExperimentalVersion": false
}