diff --git a/Unreal/Plugins/PS_Win_BLE/PS_Win_BLE.uplugin b/Unreal/Plugins/PS_Win_BLE/PS_Win_BLE.uplugin new file mode 100644 index 0000000..64e9b94 --- /dev/null +++ b/Unreal/Plugins/PS_Win_BLE/PS_Win_BLE.uplugin @@ -0,0 +1,20 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "PS Win BLE", + "Description": "Bluetooth Low Energy for Windows - Native WinRT implementation", + "Category": "Connectivity", + "CreatedBy": "ASTERION VR", + "EngineVersion": "5.5.0", + "CanContainContent": true, + "Installed": false, + "Modules": [ + { + "Name": "PS_Win_BLE", + "Type": "Runtime", + "LoadingPhase": "PreLoadingScreen", + "PlatformAllowList": ["Win64"] + } + ] +} diff --git a/Unreal/Plugins/WinBluetoothLE/Content/Sample/BP_BLEActor.uasset b/Unreal/Plugins/WinBluetoothLE/Content/Sample/BP_BLEActor.uasset index 127fe47..a870fc8 100644 Binary files a/Unreal/Plugins/WinBluetoothLE/Content/Sample/BP_BLEActor.uasset and b/Unreal/Plugins/WinBluetoothLE/Content/Sample/BP_BLEActor.uasset differ diff --git a/Unreal/Plugins/WinBluetoothLE/Content/Sample/PS_BLETest.umap b/Unreal/Plugins/WinBluetoothLE/Content/Sample/PS_BLETest.umap index c415971..390dcd2 100644 Binary files a/Unreal/Plugins/WinBluetoothLE/Content/Sample/PS_BLETest.umap and b/Unreal/Plugins/WinBluetoothLE/Content/Sample/PS_BLETest.umap differ