UMagicLeapBLEComponent::GattConnectAsync

Initiates a connection to a Bluetooth GATT capable device.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Public/MagicLeapBLEComponent.h

Include

#include "MagicLeapBLEComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Private/MagicLeapBLEComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="BLE | MagicLeap")
void GattConnectAsync
(
    const FString & InAddress
)

Remarks

Initiates a connection to a Bluetooth GATT capable device.

Parameters

Parameter

Description

InAddress

The address to connect to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss