-
Notifications
You must be signed in to change notification settings - Fork 16
/
Socketer.uplugin
26 lines (26 loc) · 969 Bytes
/
Socketer.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.5",
"FriendlyName": "Socketer",
"Description": "An FSocket wrapper library for Blueprints. WARNING: This is an almost direct mapping, and the sockets are unmanaged, so use caution.",
"Category": "Networking",
"CreatedBy": "HowToCompute",
"CreatedByURL": "https://h2cstudios.com",
"EngineVersion": "5.4.0",
"DocsURL": "https://forums.unrealengine.com/community/community-content-tools-and-tutorials/112836-socketer-free-tcp-socket-blueprint-plugin",
"MarketplaceURL": "",
"SupportURL": "https://forums.unrealengine.com/community/community-content-tools-and-tutorials/112836-socketer-free-tcp-socket-blueprint-plugin",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": true,
"RequiresBuildPlatform": false,
"Modules": [
{
"Name": "Socketer",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64" ]
}
]
}