Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
- IXRTrackingSystem::GetTrackingSensorProperties()
- FXRTrackingSystemBase::GetTrackingSensorProperties()
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include | #include "IXRTrackingSystem.h" |
bool GetTrackingSensorProperties
&40;
int32 DeviceId,
FQuat & OutOrientation,
FVector & OutPosition,
FXRSensorProperties & OutSensorProperties
&41;
Remarks
If the device id represents a tracking sensor, reports the frustum properties in game-world space of the sensor. true if the device tracking is valid and supports returning tracking sensor properties.
Parameters
| Name | Description |
|---|---|
| DeviceId | the device to request information for. |
| OutOrientation | The current orientation of the device. |
| OutPosition | The current position of the device. |
| OutSensorProperties | A struct containing the tracking sensor properties. |