-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSpatialGDK.uplugin
More file actions
97 lines (97 loc) · 2.16 KB
/
SpatialGDK.uplugin
File metadata and controls
97 lines (97 loc) · 2.16 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
90
91
92
93
94
95
96
97
{
"FileVersion": 3,
"Version": 12,
"VersionName": "0.14.0",
"FriendlyName": "SpatialOS GDK for Unreal",
"Description": "The SpatialOS Game Development Kit (GDK) for Unreal Engine allows you to host your game and combine multiple dedicated server instances across one seamless game world whilst using the Unreal Engine networking API.",
"Category": "SpatialOS",
"CreatedBy": "Improbable Worlds, Ltd.",
"CreatedByURL": "https://improbable.io",
"DocsURL": "https://documentation.improbable.io/gdk-for-unreal/",
"MarketplaceURL": "",
"SupportURL": "https://forums.improbable.io/",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": true,
"Modules": [
{
"Name": "SpatialGDK",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac",
"XboxOne",
"PS4",
"IOS",
"Android"
]
},
{
"Name": "SpatialGDKEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "SpatialGDKEditorToolbar",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "SpatialGDKEditorCommandlet",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "SpatialGDKServices",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "SpatialGDKTests",
"Type": "Editor",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "SpatialGDKFunctionalTests",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "ReplicationGraph",
"Enabled": true
}
]
}