IXRTrackingSystem::GetTrackedDevicePropertySerialNumber

If the device id represents a tracking sensor, reports the serial number as a string if the device supports it.

Windows
MacOS
Linux

Override Hierarchy

IXRTrackingSystem::GetTrackedDevicePropertySerialNumber()

FXRTrackingSystemBase::GetTrackedDevicePropertySerialNumber()

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h

Include

#include "IXRTrackingSystem.h"

Syntax

FString GetTrackedDevicePropertySerialNumber
(
    int32 DeviceId
)

Remarks

If the device id represents a tracking sensor, reports the serial number as a string if the device supports it.

Returns

the serial number of the device if it's available.

Parameters

Parameter

Description

DeviceId

the device to request information for.

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