Navigation
BlueprintAPI > BlueprintAPI/Input > BlueprintAPI/Input/XRTracking
Cross XR-System query that will list all XR devices currently being tracked.
Target is Head Mounted Display Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| name | System Id | (Optional) Specifies an explicit system to poll devices from (use if you want only devices belonging to one explicit XR ecosystem, e.g. 'OculusHMD', or 'OpenXR') |
| enum | Device Type | Specifies the type of device to query for - defaults to 'Any' (meaning 'All'). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | A list of device identifiers matching the query. Use these to query and operate on the device (e.g. through GetDevicePose, AddDeviceVisualizationComponent, etc.) |