IXRTrackingSystem::EnumerateTrackedDevices

Reports all devices currently available to the system, optionally limiting the result to a given class of devices.

Windows
MacOS
Linux

Override Hierarchy

IXRTrackingSystem::EnumerateTrackedDevices()

FXRTrackingProxy::EnumerateTrackedDevices()

References

Module

HeadMountedDisplay

Header

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

Include

#include "IXRTrackingSystem.h"

Syntax

bool EnumerateTrackedDevices
(
    TArray< int32 > & OutDevices,
    EXRTrackedDeviceType Type
)

Remarks

Reports all devices currently available to the system, optionally limiting the result to a given class of devices.

Parameters

Parameter

Description

OutDevices

The device ids of available devices will be appended to this array.

Type

Optionally limit the list of devices to a certain type.

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