Navigation
API > API/Plugins > API/Plugins/PixelStreamingHMD > API/Plugins/PixelStreamingHMD/FPixelStreamingHMD
- IXRTrackingSystem::EnumerateTrackedDevices()
- FPixelStreamingHMD::EnumerateTrackedDevices()
References
| Module | PixelStreamingHMD |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingHMD/Public/PixelStreamingHMD.h |
| Include | #include "PixelStreamingHMD.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingHMD/Private/PixelStreamingHMD.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. |