FMagicLeapBluetoothGattDescriptor

A structure containing the contents of a GATT descriptor.

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 FMagicLeapBluetoothGattDescriptor

Remarks

A structure containing the contents of a GATT descriptor.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

InstanceId

Instance ID.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

TArray< EMagicL...

 

Permissions

Permissions.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FString

 

UUID

UUID for the descriptor.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

TArray< uint8 >

 

Value

Value for the descriptor.

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