forked from minimpoun/BlueprintWebsockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEasyWebsockets.uplugin
28 lines (28 loc) · 898 Bytes
/
EasyWebsockets.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "BlueprintWebsockets",
"Description": "A lightweight plugin that wraps the IWebSocket interface allowing you to connect to a WebSocket server directly in Blueprint",
"Category": "Other",
"CreatedBy": "Chris Ringenberg",
"CreatedByURL": "https://www.ringenberg.dev/",
"DocsURL": "https://docs.google.com/document/d/1EXeESlA3gbdMkv2n9b5hhK5mhQTMLh-9aGH3XV_pdYs/edit?usp=sharing",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4b5a7cbf6dda4b91878824a47104c596",
"SupportURL": "https://www.ringenberg.dev/contact",
"CanContainContent": false,
"EngineVersion": "5.0",
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "EasyWebsockets",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
}
]
}