FXRTrackingProxy::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

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionXRTrackingChannel.h

Include

#include "Channels/RemoteSessionXRTrackingChannel.h"

Source

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Private/Channels/RemoteSessionXRTrackingChannel.cpp

Syntax

virtual 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