forked from betidestudio/SteamIntegrationKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteamIntegrationKit.uplugin
44 lines (44 loc) · 1006 Bytes
/
SteamIntegrationKit.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.6",
"FriendlyName": "Steam Integration Kit",
"Description": "The most ultimate Steam plugin with complete support of Blueprints",
"Category": "Betide Studio",
"CreatedBy": "Betide Studio",
"CreatedByURL": "https://betide.studio",
"EngineVersion": "5.4.0",
"DocsURL": "https://sik.betide.studio",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/122c9894af2649c8a9c2a25452562547",
"SupportURL": "https://discord.gg/betidestudio",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SteamIntegrationKit",
"Type": "Runtime",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name" : "OnlineSubsystemSteam",
"Enabled" : true
}
]
}