A demo UE4.19 project for "Bluetooth Support" code plugin https://www.unrealengine.com/marketplace/bluetooth-support
This is a sample project showing the use cases and example Blueprints of the Bluetooth plugin.
It is intended to help any one who wants to integrate the plugin into his projects.
You can clone the project and the plugin using this command
$ git clone --recurse-submodules git@github.com:tahaHichri/UE4-Bluetooth-Support-DEMO.git
Clone or download this project to your workstation and open it with UE4.
There are two main Blueprint in this demo project:
- PuzzlePlayerCharacter: This blueprint checks the required runtime permissions (Location) on beginPlay
- BP_MainWidgetBlueprint: This is UI that contains the main menu of the app which interacts with the plugin (triggered by clicks)
Please do not hesitate to contribute to this project by providing alternative use cases, notes, and comments.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.