forked from tahaHichri/UE-Bluetooth-Support
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBluetoothSupport.uplugin
26 lines (26 loc) · 935 Bytes
/
BluetoothSupport.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": 2,
"VersionName": "1.0-427",
"FriendlyName": "Bluetooth Support",
"Description": "Adds Bluetooth and Bluetooth Low Energy support to your project. Provides full access to Android's Bluetooth SDK from C++ and Blueprint.",
"Category": "Mobile",
"CreatedBy": "Taha HICHRI",
"CreatedByURL": "https://www.hishri.com/",
"DocsURL": "",
"EngineVersion": "4.27.0",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/9685af6a5ec1477292b0990dbaf3eb6d",
"SupportURL": "mailto:hishri.taha@gmail.com",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
"Name": "BluetoothSupport",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "IOS", "Android" ]
}
],
"EnabledByDefault": true
}