forked from getnamo/SocketIOClient-Unreal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSocketIOClient.uplugin
46 lines (46 loc) · 963 Bytes
/
SocketIOClient.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.7.3",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time networking library Socket.IO Client usable from blueprints and c++.",
"Category": "Networking",
"CreatedBy": "Getnamo",
"CreatedByURL": "http://getnamo.com",
"DocsURL": "https://github.com/getnamo/socketio-client-ue4",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SocketIOClient",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Linux",
"Mac",
"Android"
]
},
{
"Name": "SIOJson",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "CoreUtility",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SIOJEditorPlugin",
"Type": "Developer",
"LoadingPhase": "Default"
}
]
}