forked from getbraincloud/braincloud-unreal-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BCClient.uplugin
59 lines (59 loc) · 1.39 KB
/
BCClient.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
{
"FileVersion": 3,
"Version": 28,
"VersionName": "5.1.0",
"FriendlyName": "brainCloud",
"Description": "brainCloud is a ready-made back-end platform for the development of feature-rich mobile+social games. For more information, go to getbraincloud.com.",
"Category": "Network",
"CreatedBy": "bitHeads Inc.",
"CreatedByURL": "http://getbraincloud.com",
"DocsURL": "http://getbraincloud.com/apidocs/",
"MarketplaceURL": "",
"SupportURL": "http://getbraincloud.com/apidocs/support/",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "BCClientPlugin",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "BCBlueprintSupport",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "OnlineSubsystemBrainCloud",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "BCWidget",
"Type": "EditorNoCommandlet",
"LoadingPhase": "PreDefault",
"BlacklistTargets": [
"Game",
"Server",
"Client"
]
},
{
"Name": "BCCompatibility",
"Type": "Editor",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}