This repository was archived by the owner on Feb 24, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEOSIntegrationKit.uplugin
More file actions
89 lines (89 loc) · 1.95 KB
/
EOSIntegrationKit.uplugin
File metadata and controls
89 lines (89 loc) · 1.95 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
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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "3.0.1",
"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 Plugins",
"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",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "EOSIntegrationKit",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
]
},
{
"Name": "SocketSubsystemEIK",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
]
},
{
"Name": "OnlineSubsystemEIK",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
]
},
{
"Name": "EIKVoiceChat",
"Type": "ClientOnlyNoCommandlet",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
]
},
{
"Name": "EIKShared",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
]
},
{
"Name": "EIKLoginMethods",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "StructUtils",
"Enabled": true
}
],
"IsBetaVersion": false,
"IsExperimentalVersion": false
}