FMagicLeapBluetoothDevice

A structure containing the result of BLE scanning.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

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

Include

#include "MagicLeapBLETypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FMagicLeapBluetoothDevice

Remarks

A structure containing the result of BLE scanning.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FString

 

Address

Bluetooth device address.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FString

 

Name

Bluetooth device name.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

uint8

 

RSSI

The RSSI.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

EMagicLeapBluet...

 

Type

Bluetooth device type.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

Version

Version of this structure.

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