Navigation
API > API/Plugins > API/Plugins/RemoteSession > API/Plugins/RemoteSession/Channels > API/Plugins/RemoteSession/Channels/FXRTrackingProxy
- 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 |
virtual bool EnumerateTrackedDevices
&40;
TArray< int32 > & OutDevices,
EXRTrackedDeviceType Type
&41;
Remarks
Reports all devices currently available to the system, optionally limiting the result to a given class of devices.
Parameters
| Name | 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. |